Home

Awesome

README

About

This is a c++ implementation of the Mean Variance Mapping Optimization algorithm(MVMO). The algorithm has pretty good performance in CEC14 expensive black-box single-objective optimization competition.

Dependency

Install

mkdir -p build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/of/installation -DEigen3_DIR=/path/of/Eigen/share/eigen3/cmake
make install

DEMO

Origin algorithm