pso impl
1 file changed
tree: 85bc5984718680ed361fbd65e2816eeedfc45c69
  1. results/
  2. src/
  3. pom.xml
  4. README.md
README.md

DE-vs-PSO

Differential evolution vs particle swarm optimization

Build instructions

mvn clean compile assembly:single

Running

java -jar <path to jar>.jar -display <Benchmark name>

To run the benchmarks and output the rest results

java -jar <path to jar>.jar -test

or

java -jar <path to jar>.jar -test <Benchmark name>