IOptimizationBatchManager
StockSharp.Algo.Strategies.Optimization
Manages batch execution of optimization iterations.
プロパティ
CanStartNext : bool
Whether can start a new iteration.
IsFinished : bool
Whether all iterations are complete.
RunningCount : int
Number of currently running iterations.
メソッド
CompleteIteration(Guid) : bool
Mark iteration as completed and optionally trigger next.
- iterationId
- Iteration identifier.
戻り値: True if should start next iteration.
TryReserveSlot(Guid) : bool
Try to reserve a slot for a new iteration.
- iterationId
- Output: new iteration ID if reserved.
戻り値: True if slot was reserved.