GenManStats class in Global context

Statistics for genetic operations.

12 members:

integer gen_count
integer

Number of genetic operations so far

integer gen_mfailed
integer

Mutations failed

couldn't be performed

integer gen_minvalid
integer

Mutations invalid

couldn't be repaired

float gen_mutimpr
float

Mutations total effect

total cumulative mutation change

integer gen_mvalid
integer

Mutations valid

integer gen_mvalidated
integer

Mutations validated

integer gen_xofailed
integer

Crossovers failed

couldn't be performed

float gen_xoimpr
float

Crossovers total effect

total cumulative crossover change

integer gen_xoinvalid
integer

Crossovers invalid

couldn't be repaired

integer gen_xovalid
integer

Crossovers valid

integer gen_xovalidated
integer

Crossovers validated

function clrstats
doesn't return a value

Clear stats and history

function clrstats()

Global context