The Mini-Swarm System
[Chinese version]


The Mini-Swarm system is a simplified case of the compact multiagent optimization system (MAOS) --- a key module of swarm algorithm framework (SWAF).

Related Papers

  • Xiao-Feng Xie, Jiming Liu. A mini-swarm for the quadratic knapsack problem. IEEE Swarm Intelligence Symposium (SIS), Hawaii, USA, 2007: 190-197.
  • Software Download
    name type* description
    MAOS_TSP SRC JAVA, multiagent optimizer for solving Traveling Saleman Problem (TSP) in TSPLIB format
    # It has found a solution for the open instance FDP3256 in the VLSI Data Sets. [DOC]
    MAOS_QKP SRC JAVA, multiagent optimizer for solving Quadratic Knapsack Problem (QKP) in B&E format [DOC]
    MAOS_QAP BIN JAVA, multiagent optimizer for solving Quadratic Assignment Problem (QAP) in QAPLIB format
    MAOS_FSP BIN JAVA, multiagent optimizer for solving Flowshop Scheduling Problem (FSP) in OR-Lib format
    MAOS_SAT BIN JAVA, multiagent optimizer for solving Safisfiability Problem (SAT) in SATLIB format
    *abbreviations: SRC=source code; BIN=binary code
    Return to homepage

    Maintained by AdaptiveBox StUdIo, under a Creative Commons Attribution 3.0 License.