Property | Type | Description | |
---|---|---|---|
Trace | SwarmOps.StatisticsAccumulator[] |
Method | Description | |
---|---|---|
Clear ( ) : void |
Clear the stored fitness trace.
|
|
FeasibleTrace ( int numIterations, int numIntervals ) : System.IO |
Construct a new object.
|
|
FeasibleTrace ( int numIterations, int numIntervals, |
Construct a new object.
|
|
Write ( |
Write fitness-trace to a TextWriter stream.
|
Method | Description | |
---|---|---|
Log ( int index, double fitness, bool feasible ) : void |
Log a fitness.
|
public FeasibleTrace ( int numIterations, int numIntervals ) : System.IO | ||
numIterations | int | Number of iterations per optimization run. |
numIntervals | int | Approximate number of intervals to show mean. |
return | System.IO |
public FeasibleTrace ( int numIterations, int numIntervals, |
||
numIterations | int | Number of iterations per optimization run. |
numIntervals | int | Approximate number of intervals to show mean. |
chainedFitnessTrace | Chained FitnessTrace object. | |
return | System.IO |
protected Log ( int index, double fitness, bool feasible ) : void | ||
index | int | Index into fitness-trace, mapped from optimization iteration. |
fitness | double | Fitness value to log. |
feasible | bool | Feasibility (constraint satisfaction) to log. |
return | void |
public Write ( |
||
writer | ||
return | void |