|
SiMoLib.NET API V4.0.0.1
|
Setting up hill climbing algorithm objects. More...
Public Member Functions | |
| delegate void | Progress (int ProgressCounter) |
| Progress function called during an evaluation run. | |
Static Public Member Functions | |
| static IHillClimbingAlgorithms | CreateObject (int MaxDimension=25) |
| Creating a single hill climbing algorithm object with limited dimension, MaxDimension is limited to 100000. | |
| static IHillClimbingAlgorithms[] | Create (int Number, int MaxDimension=25) |
| Creating hill climbing algorithm objects with limited dimension, MaxDimension is limited to 100000. | |
| static int | Evaluate (IHillClimbingAlgorithms[] HillClimbingObjects, Progress ProgressFunction) |
| Evaluate all hill climbing algorithm objects. | |
| static void | Dispose (IHillClimbingAlgorithms[] HillClimbingAlgorithms) |
| Disposing hill climbing algorithm objects. | |
Setting up hill climbing algorithm objects.
|
static |
Creating hill climbing algorithm objects with limited dimension, MaxDimension is limited to 100000.
References SiMoPO.IParameterOptimization.Id.
|
static |
Creating a single hill climbing algorithm object with limited dimension, MaxDimension is limited to 100000.
|
static |
|
static |
Evaluate all hill climbing algorithm objects.
References Progress().
| delegate void SiMoPO.HC.HillClimbingAlgorithmsFactory.Progress | ( | int | ProgressCounter | ) |
Progress function called during an evaluation run.
Referenced by Evaluate().