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
isolineddfor the Iso+LineDD operatorlineddfor the LineDD operatorisofor the Iso operatorisoddfor the IsoDD operatorisosafor the IsoSA operatorgcfor the Global Correlation operatorsbxfor the SBX operator
From the root of this repo run:
sh clear_all.sh