Parameters with prefix concurrent/sync. More...
Variables | |
constexpr Param< double > | FREQFACTOR { "concurrent/sync/freqfactor" } |
factor by which the frequency of synchronization is changed | |
constexpr Param< double > | FREQINIT { "concurrent/sync/freqinit" } |
initial frequency of synchronization with other threads | |
constexpr Param< double > | FREQMAX { "concurrent/sync/freqmax" } |
maximal frequency of synchronization with other threads | |
constexpr Param< int > | MAXNSOLS { "concurrent/sync/maxnsols" } |
maximum number of solutions that will be shared in a single synchronization | |
constexpr Param< int > | MAXNSYNCDELAY { "concurrent/sync/maxnsyncdelay" } |
maximum number of synchronizations before reading is enforced regardless of delay | |
constexpr Param< double > | MINSYNCDELAY { "concurrent/sync/minsyncdelay" } |
minimum delay before synchronization data is read | |
constexpr Param< int > | NBESTSOLS { "concurrent/sync/nbestsols" } |
how many of the N best solutions should be considered for synchronization? | |
constexpr Param< double > | TARGETPROGRESS { "concurrent/sync/targetprogress" } |
when adapting the synchronization frequency this value is the targeted relative difference by which the absolute gap decreases per synchronization | |
Parameters with prefix concurrent/sync.
|
constexpr |
factor by which the frequency of synchronization is changed
Definition at line 666 of file parameters.hpp.
|
constexpr |
initial frequency of synchronization with other threads
Definition at line 662 of file parameters.hpp.
|
constexpr |
maximal frequency of synchronization with other threads
Definition at line 664 of file parameters.hpp.
|
constexpr |
maximum number of solutions that will be shared in a single synchronization
Definition at line 671 of file parameters.hpp.
|
constexpr |
maximum number of synchronizations before reading is enforced regardless of delay
Definition at line 673 of file parameters.hpp.
|
constexpr |
minimum delay before synchronization data is read
Definition at line 675 of file parameters.hpp.
|
constexpr |
how many of the N best solutions should be considered for synchronization?
Definition at line 677 of file parameters.hpp.
|
constexpr |
when adapting the synchronization frequency this value is the targeted relative difference by which the absolute gap decreases per synchronization
Definition at line 669 of file parameters.hpp.