commit | 73159e7117e5490f69dbf9f190feb395e446f1cb | [log] [tgz] |
---|---|---|
author | BradleyWood <bradley.wood@uoit.net> | Tue Jan 16 17:19:31 2018 -0500 |
committer | BradleyWood <bradley.wood@uoit.net> | Tue Jan 16 17:19:31 2018 -0500 |
tree | 045b2f1a798715747efeb480da9d8a6223c8c82f | |
parent | becd775bc4bc9fd958d1f2d26158b066fa5a2b86 [diff] |
update readme
The purpose of the project was to implement both the PSO and DE algorithms and perform a comparative study.
mvn clean compile assembly:single
You must specify the algorithm to test by using -de or -pso as a command line argument.
java -jar <path to jar>.jar <-de or -pso> -display <Benchmark name>
To run the benchmarks and output the test results
java -jar <path to jar>.jar <-de or -pso> -test
or
java -jar <path to jar>.jar <-de or -pso> -test <Benchmark name>
Ackley
Bent Cigar
Discus
Griewank
Rastrigin
Rosenbrock
Ackley
Bent Cigar
Discus
Griewank
Rastrigin
Rosenbrock