Environment for the XCS algorithm. More...
#include <Environment.h>
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 |
Environment for the XCS algorithm.
Definition at line 12 of file Environment.h.
1.7.1