Route Optimization OptiFlow API - Api Changes 1.27.0 (08.10.2025)
Posted: Thu Oct 09, 2025 10:49 am
Api | VarVersion | Type | Date | Description |
---|---|---|---|---|
Route Optimization OptiFlow API | 1.27.0 | FEATURE | 08.10.2025 | Added support for early termination via maximumStagnationDuration, allowing optimizations to stop if no better solution is found within a specified time window. |
- maximumStagnationDuration :
Defines the maximum duration (in seconds) the optimization may continue without improving the best-known solution. If no better solution is found within this period, the optimization will stop early - even if the overall duration limit has not yet been reached. This mechanism helps reduce unnecessary computation time when progress stalls. The stagnation timer starts when the optimization enters the RUNNING status and resets each time a better solution is found. Use with caution: This feature may prematurely terminate optimizations that could still yield better solutions given more time. Since the timing of improvements is inherently unpredictable, relying on this setting can lead to suboptimal results. It is recommended to disable this feature or set a conservative value unless you have strong reasons to limit runtime based on stagnation.