Public Member Functions | Protected Attributes

TermMaxGenOp Class Reference
[Evolutionary FrameworkTermination Operators]

Termination operator: terminates on a given number of generations. More...

#include <TermMaxGenOp.h>

Inheritance diagram for TermMaxGenOp:
Operator

List of all members.

Public Member Functions

void registerParameters (StateP)
 Register parameters with the Registry. Called before Operator::initialize.
bool initialize (StateP)
 Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!
bool operate (StateP)
 perform the designated operation

Protected Attributes

uint nGenerations_

Detailed Description

Termination operator: terminates on a given number of generations.

Definition at line 8 of file TermMaxGenOp.h.


Member Function Documentation

bool TermMaxGenOp::initialize ( StateP   )  [virtual]

Perform initialization. Called before Operator::operate. By default, if the return value is false, the operator will not be used!

Returns:
initialization success

Reimplemented from Operator.

Definition at line 13 of file TermMaxGenOp.cpp.


The documentation for this class was generated from the following files: