Source code for Discovering the Elite Hypervolume by Leveraging Interspecies Correlation (GECCO 2018)
V. Vassiliades & J.-B. Mouret
git clone --recursive https://github.com/resibots/vassiliades_2018_gecco.git
- Boost: C++ Template Libraries
- Eigen: Linear Algebra C++ Library
- realpath:
sudo apt-get install realpath
Important: Make sure you have installed all the dependencies of each repo. Otherwise the build will fail.
From the root of this repo run:
sh compile_all.sh
cd code/sferes2/build/exp/gecco2018exp/src/experiments/
./schwefel_variation<XXX> ../../../../../exp/gecco2018exp/centroids/centroids_10000_2_normalized_-5.0_5.0.dat
./arm_variation<XXX> ../../../../../exp/gecco2018exp/centroids/centroids_10000_2_normalized_-1.0_1.0.dat
./hexa_variation<XXX> ../../../../../exp/gecco2018exp/centroids/centroids_10000_6.dat
isolinedd
for the Iso+LineDD operatorlinedd
for the LineDD operatoriso
for the Iso operatorisodd
for the IsoDD operatorisosa
for the IsoSA operatorgc
for the Global Correlation operatorsbx
for the SBX operator
From the root of this repo run:
sh clear_all.sh