A research protocol for deep graph matching.
-
Updated
Sep 19, 2024 - Python
A research protocol for deep graph matching.
Python library for finding the optimal transformation(s) that makes two matrices as close as possible to each other.
Solution quadratic assign problem via LS(local search), ILS(iterated local search), GLS(guided local search)
The research work on local search algorithms
This is a Python implementation of the Doubly Stochastic Projected Fixed Point (DSPFP) algorithm for solving the Quadratic Assignment Problem / Graph Matching..
Algorithms for solving the Quadratic Assignment Problem
Implementation of different algorithms: heuristic search, Simulated Annealing, Ant Colony Algorithm and Tabu Search to a Quadratic Assignment Problem.
Unofficial implemnetation of "Solving Quadratic Assignemt Problem using Deep Reinforcement Learning" (https://arxiv.org/abs/2310.01604)
Heuristics for the Quadratic Assignment Problem (QAP) - R package
Algorithms for solving the quadratic assignment problem (QAP) implemented in Julia.
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.
laboratory works for combinatoric optimization course
Mapping and routing of a data flow network mapped on an mesh NoC
Quadratic Assignment Problem, an Enhanced Solver
Applications of Metaheuristic Optimization in Python
A simple Quadratic Assignment Problem solver using heuristics and metaheuristics
Solving quadratic assignment problem using iterated local search, improved hybrid genetic algorithm, tabu search, and constraint solving.
Projects of "Bio Inspired Computing" Course - University of Tehran - Spring 2024
This is the official code for the AISTATS 2023 paper "Learning Constrained Structured Spaces with Application to Multi-Graph Matching"
Solving a QAP instance using genetic algorithms
Add a description, image, and links to the quadratic-assignment-problem topic page so that developers can more easily learn about it.
To associate your repository with the quadratic-assignment-problem topic, visit your repo's landing page and select "manage topics."