Units: | - |
Default Value: | 0 |
Validation Rule: | In (0,1) |
Description: | Mode for the concurrent optimizer |
This setting affects the Concurrent optimizer option.
The setting can take one of the following values:
- Deterministic (value = 0, default)
- The concurrent optimizer will produce exactly the same results
every time on the same problem and hardware. This ensures
repeatability of results but comes at the cost of performance. The
amount of additional 'spin time' incurred is reported in the log
file at the end of the simulation.
- Opportunistic (value = 1)
- The concurrent optimizer will run in its fastest mode, but results
are not guaranteed to be repeatable.