XCSF
1.4.7
XCSF learning classifier system
|
Integer action data structure. More...
#include <act_integer.h>
Data Fields | |
int | action |
Integer action. More... | |
double * | mu |
Mutation rates. More... | |
Integer action data structure.
Definition at line 32 of file act_integer.h.
int ActInteger::action |
Integer action.
Definition at line 33 of file act_integer.h.
Referenced by act_integer_compute(), act_integer_copy(), act_integer_cover(), act_integer_general(), act_integer_json_export(), act_integer_json_import(), act_integer_mutate(), and act_integer_save().
double* ActInteger::mu |
Mutation rates.
Definition at line 34 of file act_integer.h.
Referenced by act_integer_copy(), act_integer_free(), act_integer_json_export(), act_integer_json_import(), act_integer_mutate(), and act_integer_save().