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

Public Types | |
| typedef EOT::Fitness | EOFitness |
| The fitness type of a solution. | |
Public Member Functions | |
| bool | dominates (const EOFitness &_fit) const |
| Returns true if the current archive dominates _fit. | |
| bool | contains (const EOFitness &_fit) const |
| Returns true if the current archive contains _fit. | |
| void | update (const EOT &_eo) |
| Updates the archive with a given individual _eo. | |
| void | update (const eoPop< EOT > &_pop) |
| Updates the archive with a given population _pop. | |
Definition at line 21 of file moeoArchive.h.
|
||||||||||
|
Returns true if the current archive dominates _fit.
Definition at line 39 of file moeoArchive.h. |
|
||||||||||
|
Returns true if the current archive contains _fit.
Definition at line 51 of file moeoArchive.h. |
|
||||||||||
|
Updates the archive with a given individual _eo.
Definition at line 63 of file moeoArchive.h. |
|
||||||||||
|
Updates the archive with a given population _pop.
Definition at line 98 of file moeoArchive.h. |
1.4.6