Inheritance diagram for eoPeriodicContinue< EOT >:

Public Member Functions | |
| eoPeriodicContinue (unsigned __period, unsigned __init_counter=0) | |
| Constructor. | |
| bool | operator() (const eoPop< EOT > &pop) |
| It returns 'true' only if the current number of generations modulo the period doen't equal to zero. | |
Private Attributes | |
| unsigned | period |
| unsigned | counter |
Definition at line 30 of file eoPeriodicContinue.h.
| eoPeriodicContinue< EOT >::eoPeriodicContinue | ( | unsigned | __period, | |
| unsigned | __init_counter = 0 | |||
| ) |
1.4.7