public class EvoGenStats
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double[] |
stats
Stats array: mean/min/max/stdDev for fitness, links, units, cycles.
|
protected java.io.PrintWriter |
statsOut
Stats writer.
|
Constructor and Description |
---|
EvoGenStats(java.lang.String filename)
Create and open a new stats file.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the stats file.
|
protected java.io.PrintWriter statsOut
protected double[] stats