#include <moeoHybridMOLS.h>
Inheritance diagram for moeoHybridMOLS< EOT >:

Public Member Functions | |
| eoHybridMOLS (eoContinue< EOT > &_term, eoSelect< EOT > &_select, moeoMOLS< EOT > &_mols, moeoArchive< EOT > &_arch) | |
| Ctor. | |
| void | operator() () |
| Applies the multi-objective local search to selected individuals contained in the archive if the stopping criteria is not verified. | |
Private Attributes | |
| eoContinue< EOT > & | term |
| stopping criteria | |
| eoSelect< EOT > & | select |
| selector | |
| moeoMOLS< EOT > & | mols |
| multi-objective local search | |
| moeoArchive< EOT > & | arch |
| archive | |
Definition at line 27 of file moeoHybridMOLS.h.
|
||||||||||||||||||||||||
|
Ctor.
Definition at line 38 of file moeoHybridMOLS.h. |
1.4.6