DEPSO, or called DEPS, is an algorithm hybridizing the advantages of Particle Swarm Optimization (PSO) and Differential Evolution (DE). It solves (constrained) numerical optimization problem (NOP) as
where f(x) is the objective function and each g(x) is a constraint function to be satisfied, and c and d are constants. All the functions can be nonlinear and nonsmooth.
Portal: http://www.wiomax.com/depso E-MAIL: info@wiomax.com
Current: The mini Series V1.00.03 (Java) with the DEPSO implementation
-
Execute: Enter the directory "myprojects", then run the file "examples.bat".
-
Compile: Type "ant" to build, and the output file will be dist/depso.jar.
-
See src/problem for examples of constrain and unconstrained problem instances.
See the Creative Commons Non-Commercial License 3.0 for more details.
Please acknowledge the author(s) if you use this code in any way.