Name | Details | Description | Code Type* |
---|---|---|---|
DEPSO | [Portal] [DOC] | Hybrid Particle Swarm Optimization (PSO) with Differential Evolution (DE) | SRC(JAVA) |
SCO | [Portal] [DOC] | Social cognitive optimization (SCO) for Constrained Numerical Optimization | SRC(JAVA) |
MAOS-TSP | [Portal] [DOC] | Multiagent optimizer for solving the Traveling Saleman Problem (TSP) | SRC(JAVA) |
MAOS-GCP | [Portal] [DOC] | Multiagent optimizer for solving the Graph Coloring Problem (GCP) | SRC(JAVA) |
MAOS-QKP | [Portal] [DOC] | Multiagent optimizer for solving the Quadratic Knapsack Problem (QKP) | SRC(JAVA) |
MAOS-FSP | [Portal] [DOC] | Multiagent optimizer for solving the Flowshop Scheduling Problem (FSP) | BIN(JAVA) |
MAOS-QAP | [Portal] [DOC] | Multiagent optimizer for solving the Quadratic Assignment Problem (QAP) | BIN(JAVA) |
MILS-CMSP | [README] | Multi-Step Iterative Local Search for the Constrained Magic Square Problem | BIN(JAVA) |
* Both SCO and DEPSO have been implemented in Solver for Nonlinear Programming, an OpenOffice Calc extension.
*abbreviations: SRC=source code; BIN=binary code