|
SiMoLib.NET API V4.0.0.1
|
Interface for the stopping criteria for the single evolutionary and genetic algorithms. More...
Properties | |
| int | Generations [get, set] |
| Number of consecutive generations to check. | |
| byte | CheckBestFitnessChange [get, set] |
| Check the change in the best fitness. | |
| double | MinBestFitnessChange [get, set] |
| Minimum best fitness change value regarding the absolut fitness function to break the optimization. | |
| byte | CheckAvgFitnessChange [get, set] |
| Check the change in the average fitness. | |
| double | MinAvgFitnessChange [get, set] |
| Minimum average fitness change value regarding the absolut fitness function to break the optimization. | |
Interface for the stopping criteria for the single evolutionary and genetic algorithms.
|
getset |
Check the change in the average fitness.
Default value is FALSE
|
getset |
Check the change in the best fitness.
Default value is FALSE
|
getset |
Number of consecutive generations to check.
Default value is 5
|
getset |
Minimum average fitness change value regarding the absolut fitness function to break the optimization.
Default value is 0.00001
|
getset |
Minimum best fitness change value regarding the absolut fitness function to break the optimization.
Default value is 0.00001