#include <moeoArchiveUpdater.h>
Public Member Functions | |
| moeoArchiveUpdater (moeoArchive< EOT > &_arch, const eoPop< EOT > &_pop) | |
| Ctor. | |
| void | operator() () |
| Updates the archive with newly found non-dominated solutions contained in the main population. | |
Private Attributes | |
| moeoArchive< EOT > & | arch |
| the archive of non-dominated solutions | |
| const eoPop< EOT > & | pop |
| the main population | |
Definition at line 23 of file moeoArchiveUpdater.h.
| moeoArchiveUpdater< EOT >::moeoArchiveUpdater | ( | moeoArchive< EOT > & | _arch, | |
| const eoPop< EOT > & | _pop | |||
| ) | [inline] |
Ctor.
| _arch | an archive of non-dominated solutions | |
| _pop | the main population |
Definition at line 32 of file moeoArchiveUpdater.h.
1.5.1