Public Member Functions | Protected Attributes

Environment Class Reference
[XCS learning classifier system]

Environment for the XCS algorithm. More...

#include <Environment.h>

Inheritance diagram for Environment:
EvaluateOp

List of all members.

Public Member Functions

virtual GenotypeP getInput ()=0
virtual bool initialize ()=0
virtual bool nextTrial ()=0
virtual bool reset ()=0
virtual bool isOver ()
virtual FitnessP evaluate (IndividualP ind)=0
 Evaluate a single individual. Method must create and return a Fitness object.
virtual bool isExploit ()
bool checkState (const StateP state)

Protected Attributes

StateP state

Detailed Description

Environment for the XCS algorithm.

Definition at line 12 of file Environment.h.


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