XCSF  1.4.7
XCSF learning classifier system
ArgsDGP Struct Reference

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...
 

Detailed Description

Parameters for initialising DGP graphs.

Definition at line 31 of file dgp.h.

Field Documentation

◆ evolve_cycles

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().

◆ max_k

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().

◆ max_t

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().

◆ n

◆ n_inputs

int ArgsDGP::n_inputs

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