excel support
1 file changed
tree: f28eab09dee15171033f372234fb9e4d95a8eb32
  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>