#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.
| moeoHybridMOLS< EOT >::eoHybridMOLS | ( | eoContinue< EOT > & | _term, | |
| eoSelect< EOT > & | _select, | |||
| moeoMOLS< EOT > & | _mols, | |||
| moeoArchive< EOT > & | _arch | |||
| ) | [inline] |
Ctor.
| _term | stopping criteria | |
| _select | selector | |
| _mols | a multi-objective local search | |
| _arch | the archive |
Definition at line 38 of file moeoHybridMOLS.h.
1.5.1