Public Member Functions | Protected Attributes

TermFitnessValOp Class Reference
[Evolutionary FrameworkTermination Operators]

Termination operator: terminates on a given fitness value. More...

#include <TermFitnessValOp.h>

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

double termValue_

Detailed Description

Termination operator: terminates on a given fitness value.

Definition at line 8 of file TermFitnessValOp.h.


Member Function Documentation

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


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