save frames from display to file
1 file changed
tree: 50a192ce81909729aead7ce8e7919b37a03ae2c2
  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>