quadratic-assignment-problem
There are 32 repositories under quadratic-assignment-problem topic.
Thinklab-SJTU/ThinkMatch
A research protocol for deep graph matching.
theochem/procrustes
Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
RenatoMaynard/A-Multiple-population-coarse-grained-Genetic-Algorithm-to-solve-the-Quadratic-Assignment-Problem-
A Multiple-population coarse-grained Genetic Algorithm to solve the Quadratic Assignment Problem
Lolik-Bolik/Quadratic_Assign_Problem
Solution quadratic assign problem via LS(local search), ILS(iterated local search), GLS(guided local search)
CodeSopranos/LocalSearch
The research work on local search algorithms
emanuele/DSPFP
This is a Python implementation of the Doubly Stochastic Projected Fixed Point (DSPFP) algorithm for solving the Quadratic Assignment Problem / Graph Matching..
jjosenaldo/QAP-algorithms
Algorithms for solving the Quadratic Assignment Problem
ebrahimpichka/QAP-RL
Unofficial implemnetation of "Solving Quadratic Assignemt Problem using Deep Reinforcement Learning" (https://arxiv.org/abs/2310.01604)
Giant316/quadraticAssignment
Implementation of different algorithms: heuristic search, Simulated Annealing, Ant Colony Algorithm and Tabu Search to a Quadratic Assignment Problem.
mhahsler/qap
Heuristics for the Quadratic Assignment Problem (QAP) - R package
FanwangM/procrustes
This package supports general, orthogonal, rotation, permutation, projection, and symmetric Procrustes problems, including both the normal one-sided approach and (for orthogonal and permutation Procrustes) two-sided approaches, where both the rows and columns are transformed.
flixpar/QuadraticAssignmentProblem.jl
Algorithms for solving the quadratic assignment problem (QAP) implemented in Julia.
sidneyrachel/quadratic-assignment-problem
Solving quadratic assignment problem using iterated local search, improved hybrid genetic algorithm, tabu search, and constraint solving.
ScottWalkerAU/QAPES
Quadratic Assignment Problem, an Enhanced Solver
ssk1328/mcmf
Mapping and routing of a data flow network mapped on an mesh NoC
thomasWeise/moptipyapps
Applications of Metaheuristic Optimization in Python
Venopacman/comb_opt_lessons
laboratory works for combinatoric optimization course
omidnaeej/Bio-Inspired-Computing
Projects of "Bio Inspired Computing" Course - University of Tehran - Spring 2024
TzeLun/QAPSolver
A simple Quadratic Assignment Problem solver using heuristics and metaheuristics
HeddaCohenIndelman/Learning-Constrained-Structured-Spaces-with-Application-to-Multi-Graph-Matching
This is the official code for the AISTATS 2023 paper "Learning Constrained Structured Spaces with Application to Multi-Graph Matching"
ale-hill/SSAP
Social networks and classroom networks used in the paper "Social Classroom Seating Assignment Problems" (NETWORKS, 2024).
donfaq/QAP
Genetic algorithm for solving quadratic assignment problem
Manuel-Silvan/GeneticAlgorithmQAP
Testing three Genetic Algorithm on three datasets to check their performance.
pacharapol4066/QAP_Test_PPSNA_R
Product Positioning via multidimensional scaling, using R to perform QAP correlation testing
cicirello/cycle-mutation-experiments
Code and experiment data from the paper: "Cycle Mutation: Evolving Permutations via Cycle Induction"
cschen1205/allegro-visualizer-qap
Quadratic Assignment Problem visualizer written using Allegro game library
eduardosalaz/TSO-QAP
Repo de la materia de TSO, trae cosas de Knapsack, TSP y Quadratic Assignment Problem
gzlupko/social_network_analysis
This repository utilizes social network analysis (SNA) to analyze multiple social networks. Clustering algorithms were used to explore sub-groups and QAP was implemented for non-parametric multiple regression analysis.
JuanDa14Sa/QAP-instance-Genetic-algorithm
Solving a QAP instance using genetic algorithms
MarAl15/IC-QAP
Evolutionary Algorithms for Quadratic Assignment Problem
shah314/cilsassignment
Iterated Local Search: Quadratic Assignment Problem