#include <shark/Algorithms/DirectSearch/MOCMA.h>
#include <shark/ObjectiveFunctions/Benchmarks/Benchmarks.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
Example for running the approximated hypervolume MO-CMA-ES on an exemplary benchmark function. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Example for running the approximated hypervolume MO-CMA-ES on an exemplary benchmark function.
This file is part of Shark. http://shark-ml.org/
Shark is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Shark is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with Shark. If not, see http://www.gnu.org/licenses/.
Definition at line 37 of file MOCMAApproximated.cpp.
References shark::AbstractObjectiveFunction< PointType, ResultT >::evaluationCounter(), shark::IndicatorBasedMOCMA< Indicator >::indicator(), shark::IndicatorBasedMOCMA< Indicator >::init(), shark::AbstractObjectiveFunction< PointType, ResultT >::init(), shark::IndicatorBasedMOCMA< Indicator >::mu(), shark::DTLZ2::numberOfObjectives(), shark::DTLZ2::setNumberOfObjectives(), shark::DTLZ2::setNumberOfVariables(), shark::AbstractMultiObjectiveOptimizer< PointTypeT >::solution(), and shark::IndicatorBasedMOCMA< Indicator >::step().