Method | Description | |
---|---|---|
Clear ( ) : void |
Clear the log.
|
|
Fitness ( double parameters, double fitnessLimit, bool oldFeasible, bool newFeasible ) : double |
Compute the fitness measure by passing the given parameters to the wrapped problem, and if candidate solution is an improvement then log the results.
|
|
LogSolutions ( |
Create the object.
|
public Fitness ( double parameters, double fitnessLimit, bool oldFeasible, bool newFeasible ) : double | ||
parameters | double | Candidate solution. |
fitnessLimit | double | Preemptive Fitness Limit |
oldFeasible | bool | Feasibility of new candidate solution. |
newFeasible | bool | Feasibility of old candidate solution. |
return | double |
public LogSolutions ( |
||
problem | Problem-object to be wrapped. | |
capacity | int | Log capacity. |
onlyFeasible | bool | Only log feasible solutions. |
return | System.Collections.Generic |