XCSF
1.4.7
XCSF learning classifier system
|
Dynamical GP graph rule data structure. More...
#include <rule_dgp.h>
Data Fields | |
struct Graph | dgp |
DGP graph. More... | |
int | n_outputs |
Number of action nodes (binarised) More... | |
Dynamical GP graph rule data structure.
Definition at line 34 of file rule_dgp.h.
struct Graph RuleDGP::dgp |
DGP graph.
Definition at line 151 of file rule_dgp.h.
Referenced by rule_dgp_act_compute(), rule_dgp_act_cover(), rule_dgp_cond_copy(), rule_dgp_cond_free(), rule_dgp_cond_json_export(), rule_dgp_cond_json_import(), rule_dgp_cond_match(), rule_dgp_cond_mutate(), rule_dgp_cond_save(), and rule_dgp_cond_size().
int RuleDGP::n_outputs |
Number of action nodes (binarised)
Definition at line 36 of file rule_dgp.h.
Referenced by rule_dgp_act_compute(), and rule_dgp_cond_copy().