Represents the result of a simulation on a CA, with respect to majority classification. More...
Data Fields | |
int | isClassifiedCorrectly |
Indicates whether or not the resulting CA is correctly classified. | |
int | nsteps |
The number of iterations of the CA needed to classify the the majority of the CA. |
Represents the result of a simulation on a CA, with respect to majority classification.
Definition at line 22 of file empiridata.c.
Indicates whether or not the resulting CA is correctly classified.
Definition at line 24 of file empiridata.c.
The number of iterations of the CA needed to classify the the majority of the CA.
Definition at line 27 of file empiridata.c.