XCSF
1.4.7
XCSF learning classifier system
|
Ternary condition data structure. More...
#include <cond_ternary.h>
Data Fields | |
char * | string |
Ternary bitstring. More... | |
int | length |
Length of the bitstring. More... | |
double * | mu |
Mutation rates. More... | |
char * | tmp_input |
Temporary storage for float conversion. More... | |
Ternary condition data structure.
Definition at line 32 of file cond_ternary.h.
int CondTernary::length |
Length of the bitstring.
Definition at line 34 of file cond_ternary.h.
Referenced by cond_ternary_copy(), cond_ternary_crossover(), cond_ternary_general(), cond_ternary_json_export(), cond_ternary_json_import(), cond_ternary_mutate(), cond_ternary_rand(), cond_ternary_save(), and cond_ternary_size().
double* CondTernary::mu |
Mutation rates.
Definition at line 35 of file cond_ternary.h.
Referenced by cond_ternary_copy(), cond_ternary_free(), cond_ternary_json_export(), cond_ternary_json_import(), cond_ternary_mutate(), and cond_ternary_save().
char* CondTernary::string |
Ternary bitstring.
Definition at line 33 of file cond_ternary.h.
Referenced by cond_ternary_copy(), cond_ternary_cover(), cond_ternary_crossover(), cond_ternary_free(), cond_ternary_general(), cond_ternary_json_export(), cond_ternary_json_import(), cond_ternary_match(), cond_ternary_mutate(), cond_ternary_rand(), and cond_ternary_save().
char* CondTernary::tmp_input |
Temporary storage for float conversion.
Definition at line 36 of file cond_ternary.h.
Referenced by cond_ternary_cover(), cond_ternary_free(), and cond_ternary_match().