#include <moeoArchiveUpdater.h>
Inheritance diagram for moeoArchiveUpdater< MOEOT >:

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