XCSF
1.4.7
XCSF learning classifier system
|
Parameters for initialising and operating predictions. More...
#include <prediction.h>
Data Fields | |
int | type |
Classifier prediction type: least squares, etc. More... | |
bool | evolve_eta |
Whether to evolve the gradient descent rate. More... | |
double | eta |
Gradient descent rate. More... | |
double | eta_min |
Minimum gradient descent rate. More... | |
double | lambda |
RLS forget rate. More... | |
double | scale_factor |
Initial values for the RLS gain-matrix. More... | |
double | x0 |
Prediction weight vector offset value. More... | |
struct ArgsLayer * | largs |
Linked-list of layer parameters. More... | |
Parameters for initialising and operating predictions.
Definition at line 50 of file prediction.h.
double ArgsPred::eta |
Gradient descent rate.
Definition at line 53 of file prediction.h.
Referenced by pred_nlms_param_json_export(), pred_param_load(), and pred_param_save().
double ArgsPred::eta_min |
Minimum gradient descent rate.
Definition at line 54 of file prediction.h.
Referenced by pred_nlms_param_json_export(), pred_param_load(), and pred_param_save().
bool ArgsPred::evolve_eta |
Whether to evolve the gradient descent rate.
Definition at line 52 of file prediction.h.
Referenced by pred_nlms_param_json_export(), pred_param_load(), and pred_param_save().
double ArgsPred::lambda |
RLS forget rate.
Definition at line 55 of file prediction.h.
Referenced by pred_param_load(), pred_param_save(), and pred_rls_param_json_export().
struct ArgsLayer* ArgsPred::largs |
Linked-list of layer parameters.
Definition at line 58 of file prediction.h.
Referenced by pred_param_load(), and pred_param_save().
double ArgsPred::scale_factor |
Initial values for the RLS gain-matrix.
Definition at line 56 of file prediction.h.
Referenced by pred_param_load(), pred_param_save(), and pred_rls_param_json_export().
int ArgsPred::type |
Classifier prediction type: least squares, etc.
Definition at line 51 of file prediction.h.
Referenced by pred_param_json_export(), pred_param_load(), pred_param_save(), and pred_param_set_type_string().
double ArgsPred::x0 |
Prediction weight vector offset value.
Definition at line 57 of file prediction.h.
Referenced by pred_nlms_param_json_export(), pred_param_load(), pred_param_save(), and pred_rls_param_json_export().