XCSF  1.4.7
XCSF learning classifier system
CondTernary Struct Reference

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...
 

Detailed Description

Ternary condition data structure.

Definition at line 32 of file cond_ternary.h.

Field Documentation

◆ length

◆ mu

double* CondTernary::mu

◆ string

◆ tmp_input

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().


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