fixed a problem with the callbacks
1 file changed
tree: 3646416418e09f94ecce4fdfdc1bd422ad0ed769
  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>