GenManStats class, available in: Global contextStatistics for genetic operations.This class has 12 members:
sdleiF
int gen_count RONumber of genetic operations so far
int gen_mfailed ROMutations failedcouldn't be performed
int gen_minvalid ROMutations invalidcouldn't be repaired
float gen_mutimpr ROMutations total effecttotal cumulative mutation change
int gen_mvalid ROMutations valid
int gen_mvalidated ROMutations validated
int gen_xofailed ROCrossovers failedcouldn't be performed
float gen_xoimpr ROCrossovers total effecttotal cumulative crossover change
int gen_xoinvalid ROCrossovers invalidcouldn't be repaired
int gen_xovalid ROCrossovers valid
int gen_xovalidated ROCrossovers validated
snoitcnuF
function clrstats()doesn't return a valueClear stats and history
Global context