Метод | Описание | |
---|---|---|
Clear ( ) : void |
Clear the stored data used for computing statistics.
|
|
Compute ( ) : void |
Compute the statistics. Call this after all optimization runs have executed.
|
|
Optimize ( double parameters, double fitnessLimit ) : |
Perform one optimization run and return the best found solution. This just wraps around the Optimizer and stores the results for later computation of statistics.
|
|
Statistics ( |
Create a Statistics-object.
|
public Optimize ( double parameters, double fitnessLimit ) : |
||
parameters | double | Control parameters for the optimizer. |
fitnessLimit | double | Preemptive Fitness Limit |
Результат |
public Statistics ( |
||
optimizer | Optimizer-object being wrapped. | |
onlyFeasible | bool | Only use feasible results. |
Результат | System.Collections.Generic |