DEPSO Algorithm
[Chinese version]


* DEPSO algorithm is a hybrid alogirhtm, which utilizes the advantages of both Particle Swarm Optimization (PSO) and Differential Evolution (DE).

Related Papers

  • Wen-Jun Zhang, Xiao-Feng Xie. DEPSO: hybrid particle swarm with differential evolution operator. IEEE International Conference on Systems, Man & Cybernetics (SMCC), Washington D C, USA, 2003: 3816-3821
  • Software Download
    name type* description
    DEPSO SRC (JAVA) Hybrid Particle Swarm Optimization (PSO) with Differential Evolution (DE) [DOC] for solving (constrained) numerical optimization problem (NOP), including periodic boundary handling method [DOC] & adaptive relaxing rule for equality constraints [DOC]. It is also a component of Swarm Algorithm Framework (SWAF).
    *abbreviations: SRC=source code; BIN=binary code
    Return to homepage

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