bounce particle back if out of bounds
1 file changed
tree: 8024b610c94d41e84a1b281de118a73e6bebfb12
  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>