XCSF  1.4.7
XCSF learning classifier system
ArgsGPTree Struct Reference

Parameters for initialising GP trees. More...

#include <gp.h>

Data Fields

double max
 Maximum value of a constant. More...
 
double min
 Minimum value of a constant. More...
 
int n_inputs
 Number of inputs. More...
 
int n_constants
 Number of constants available. More...
 
int init_depth
 Initial depth. More...
 
int max_len
 Maximum initial length. More...
 
double * constants
 Constants available for GP trees. More...
 

Detailed Description

Parameters for initialising GP trees.

Definition at line 31 of file gp.h.

Field Documentation

◆ constants

double* ArgsGPTree::constants

Constants available for GP trees.

Definition at line 38 of file gp.h.

Referenced by tree_args_free(), tree_args_init(), tree_args_init_constants(), tree_args_load(), tree_args_save(), tree_eval(), and tree_string().

◆ init_depth

int ArgsGPTree::init_depth

◆ max

double ArgsGPTree::max

Maximum value of a constant.

Definition at line 32 of file gp.h.

Referenced by tree_args_init(), tree_args_init_constants(), tree_args_json_export(), tree_args_load(), tree_args_save(), and tree_param_set_max().

◆ max_len

int ArgsGPTree::max_len

Maximum initial length.

Definition at line 37 of file gp.h.

Referenced by tree_args_init(), tree_args_json_export(), tree_args_load(), tree_args_save(), tree_param_set_max_len(), and tree_rand().

◆ min

double ArgsGPTree::min

Minimum value of a constant.

Definition at line 33 of file gp.h.

Referenced by tree_args_init(), tree_args_init_constants(), tree_args_json_export(), tree_args_load(), tree_args_save(), and tree_param_set_min().

◆ n_constants

int ArgsGPTree::n_constants

◆ n_inputs


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