Interface | Description |
---|---|
StopCondition |
Defines when an algorithm stops (the iterations).
|
Class | Description |
---|---|
AfterIterations |
Stops after a given number of iterations.
|
AfterNoImprovement | |
AndStopConditions |
Combines an arbitrary number of stop conditions, terminating when all conditions are met.
|
AtThreshold |
Stops when the value reaches a given value with a given precision.
|
OrStopConditions |
Combines an arbitrary number of stop conditions, terminating when the first condition is met.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.