Local Search method CMAESHansen defined by Hansen. More...
#include <cmaeshan.h>
Public Member Functions | |
CMAESHansen (string fconfig) | |
void | searchRange (double factor) |
void | searchNeighborhood (double ratio) |
Local Search method CMAESHansen defined by Hansen.
It has been reimplementated by Daniel Molina, from the implementation in Matlab from Hansen
Definition at line 36 of file cmaeshan.h.
CMAESHansen::CMAESHansen | ( | string | fconfig | ) |
void CMAESHansen::searchNeighborhood | ( | double | ratio | ) |
Search in the population neighbood
factor | ratio of search |
Definition at line 115 of file cmaeshan.cc.
void CMAESHansen::searchRange | ( | double | factor | ) |
Search in the total range
factor | ratio of search |
Definition at line 110 of file cmaeshan.cc.