XCSF
1.4.7
XCSF learning classifier system
|
Parameters for initialising DGP graphs. More...
#include <dgp.h>
Data Fields | |
bool | evolve_cycles |
Whether to evolve the number of update cycles. More... | |
int | max_k |
Maximum number of connections a node may have. More... | |
int | max_t |
Maximum number of update cycles. More... | |
int | n |
Number of nodes in the graph. More... | |
int | n_inputs |
Number of inputs to the graph. More... | |
bool ArgsDGP::evolve_cycles |
Whether to evolve the number of update cycles.
Definition at line 32 of file dgp.h.
Referenced by graph_args_init(), graph_args_json_export(), graph_args_load(), graph_args_save(), graph_init(), graph_json_import(), and graph_param_set_evolve_cycles().
int ArgsDGP::max_k |
Maximum number of connections a node may have.
Definition at line 33 of file dgp.h.
Referenced by graph_args_init(), graph_args_json_export(), graph_args_load(), graph_args_save(), graph_init(), graph_json_import(), and graph_param_set_max_k().
int ArgsDGP::max_t |
Maximum number of update cycles.
Definition at line 34 of file dgp.h.
Referenced by graph_args_init(), graph_args_json_export(), graph_args_load(), graph_args_save(), graph_init(), graph_json_import(), and graph_param_set_max_t().
int ArgsDGP::n |
Number of nodes in the graph.
Definition at line 35 of file dgp.h.
Referenced by xcsf.utils.viz.DGPViz::__init__(), xcsf.utils.viz.DGPViz::draw(), graph_args_init(), graph_args_json_export(), graph_args_load(), graph_args_save(), graph_init(), graph_json_import(), and graph_param_set_n().
int ArgsDGP::n_inputs |
Number of inputs to the graph.
Definition at line 36 of file dgp.h.
Referenced by xcsf.utils.viz.DGPViz::__init__(), xcsf.utils.viz.DGPViz::draw(), graph_args_init(), graph_args_load(), graph_args_save(), graph_init(), graph_json_import(), and graph_param_set_n_inputs().