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