Public Member Functions | Protected Attributes

TermMaxTimeOp Class Reference
[Evolutionary FrameworkTermination Operators]

Termination operator: terminates on a given elapsed time. More...

#include <TermMaxTimeOp.h>

Inheritance diagram for TermMaxTimeOp:
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 maxTime_

Detailed Description

Termination operator: terminates on a given elapsed time.

Definition at line 8 of file TermMaxTimeOp.h.


Member Function Documentation

bool TermMaxTimeOp::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 TermMaxTimeOp.cpp.


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