GPLIB++
|
Determines whether one vector of misfit values is partially less than the other. More...
Public Member Functions | |
bool | operator() (const gplib::rvec &fit1, const gplib::rvec &fit2) const |
Determines whether one vector of misfit values is partially less than the other.
This function object implements the concept of dominance used in NSGA-II and other pareto based optimization methods. The vector fit1 dominates fit2 (or is partially less)
Definition at line 17 of file ParetoGA.cpp.
|
inline |
Definition at line 20 of file ParetoGA.cpp.