mhahsler/qap: Heuristics for the Quadratic Assignment Problem (QAP)

Implements heuristics for the Quadratic Assignment Problem (QAP). Although, the QAP was introduced as a combinatorial optimization problem for the facility location problem in operations research, it also has many applications in data analysis. The problem is NP-hard and the package implements a simulated annealing heuristic.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.1-2
URL https://github.com/mhahsler/qap
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("mhahsler/qap")
mhahsler/qap documentation built on July 30, 2023, 12:07 a.m.