Public Member Functions | Public Attributes | Protected Attributes | Friends

EvolutionContext Class Reference
[Evolutionary FrameworkMain Classes]

Evolutionary context class. More...

#include <Context.h>

List of all members.

Public Member Functions

bool initialize ()

Public Attributes

IndividualP evaluatedIndividual
 pointer to Individual being evaluated
IndividualP mutatedIndividual
 pointer to Individual being mutated
IndividualP firstParent
IndividualP secondParent
IndividualP child
 pointer to Individuals in current crossover
void * environment
 pointer to user defined environment

Protected Attributes

bool bTerminate_
uint generationNo_

Friends

class State

Detailed Description

Evolutionary context class.

Stores information of termination condition, number of generations and evaluations, individuals being mutated, crossed and evaluated.

Definition at line 11 of file Context.h.


Member Function Documentation

bool EvolutionContext::initialize (  )  [inline]

initialize evolutionary context

Definition at line 24 of file Context.h.


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