XCSF 1.4.8
XCSF learning classifier system
Loading...
Searching...
No Matches
ArgsGPTree Struct Reference

Parameters for initialising GP trees. More...

#include <gp.h>

Data Fields

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

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

int ArgsGPTree::n_inputs

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