|
XCSF 1.4.8
XCSF learning classifier system
|
| ▼Nxcsf | |
| ▼Nutils | |
| ▼Nviz | |
| CDGPViz | Visualises a DGP graph with graphviz |
| CTreeViz | Visualises a GP tree with graphviz |
| CActInteger | Integer action data structure |
| CActNeural | Neural network action data structure |
| CActVtbl | Action interface data structure |
| CArgsAct | Parameters for initialising and operating actions |
| CArgsCond | Parameters for initialising and operating conditions |
| CArgsDGP | Parameters for initialising DGP graphs |
| CArgsEA | Parameters for operating the evolutionary algorithm |
| CArgsGPTree | Parameters for initialising GP trees |
| CArgsLayer | Parameters for initialising a neural network layer |
| CArgsPred | Parameters for initialising and operating predictions |
| CCallback | Interface for Callbacks |
| CCheckpointCallback | Callback to save XCSF at some frequency |
| CCl | Classifier data structure |
| CClist | Classifier linked list |
| CCondDGP | Dynamical GP graph condition data structure |
| CCondEllipsoid | Hyperellipsoid condition data structure |
| CCondGP | Tree GP condition data structure |
| CCondNeural | Multi-layer perceptron neural network condition data structure |
| CCondRectangle | Hyperrectangle condition data structure |
| CCondTernary | Ternary condition data structure |
| CCondVtbl | Condition interface data structure |
| CEarlyStoppingCallback | Callback to stop training when a certain metric has stopped improving |
| CEnvCSV | CSV environment data structure |
| CEnvMaze | Maze environment data structure |
| CEnvMux | Real multiplexer environment data structure |
| CEnvVtbl | Built-in problem environment interface data structure |
| CGPTree | GP tree data structure |
| CGraph | Dynamical GP graph data structure |
| CInput | Input data structure |
| CLayer | Neural network layer data structure |
| CLayerVtbl | Neural network layer interface data structure |
| CLlist | Forward declaration of layer structure |
| CNet | Neural network data structure |
| CPredNeural | Multi-layer perceptron neural network prediction data structure |
| CPredNLMS | Normalised least mean squares prediction data structure |
| CPredRLS | Recursive least mean squares prediction data structure |
| CPredVtbl | Prediction interface data structure |
| CRuleDGP | Dynamical GP graph rule data structure |
| CRuleNeural | Neural network rule data structure |
| CSet | Classifier set |
| CXCS | Python XCSF class data structure |
| CXCSF | XCSF data structure |