Method | Description | |
---|---|---|
BeginOptimizationRun ( ) : void |
At beginning of new optimization run print a newline.
|
|
Fitness ( double parameters, double fitnessLimit, bool oldFeasible, bool newFeasible ) : double |
Compute fitness of wrapped problem and print the result.
|
|
FitnessPrint ( |
Constructs a new object.
|
|
FitnessPrint ( |
Constructs a new object.
|
public Fitness ( double parameters, double fitnessLimit, bool oldFeasible, bool newFeasible ) : double | ||
parameters | double | |
fitnessLimit | double | |
oldFeasible | bool | |
newFeasible | bool | |
return | double |
public FitnessPrint ( |
||
problem | The problem being wrapped. | |
return | System |
public FitnessPrint ( |
||
problem | The problem being wrapped. | |
formatAsArray | bool | Format output string as C# array. |
return | System |