diff options
author | Todor Balabanov <todor.balabanov@gmail.com> | 2021-06-20 13:49:57 +0300 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-06-21 08:48:50 +0200 |
commit | 89459662bf2684a07596d4132c84e5da7e0af8d4 (patch) | |
tree | 1148699aa52bf5b30c97682780db443b01ec06ee /nlpsolver/src/locale | |
parent | 2e3046cc6fdebb52cfb1cdc114a9c2cd26bcc178 (diff) |
Global optimization metaheuristics sometimes are sensitive to the quality of the random numbers.
Change-Id: Ibc1e95736c5f9355e67f2129a7804064e329da89
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117510
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'nlpsolver/src/locale')
-rw-r--r-- | nlpsolver/src/locale/NLPSolverCommon_en_US.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nlpsolver/src/locale/NLPSolverCommon_en_US.properties b/nlpsolver/src/locale/NLPSolverCommon_en_US.properties index 84262674ddb9..5ab304d69ebb 100644 --- a/nlpsolver/src/locale/NLPSolverCommon_en_US.properties +++ b/nlpsolver/src/locale/NLPSolverCommon_en_US.properties @@ -9,6 +9,7 @@ NLPSolverCommon.Properties.GuessVariableRange=Variable Bounds Guessing NLPSolverCommon.Properties.VariableRangeThreshold=Variable Bounds Threshold (when guessing) NLPSolverCommon.Properties.UseACRComparator=Use ACR Comparator (instead of BCH) NLPSolverCommon.Properties.UseRandomStartingPoint=Use Random starting point +NLPSolverCommon.Properties.UseStrongerPRNG=Use a stronger random generator (slower) NLPSolverCommon.Properties.StagnationLimit=Stagnation Limit NLPSolverCommon.Properties.Tolerance=Stagnation Tolerance NLPSolverCommon.Properties.EnhancedSolverStatus=Show enhanced solver status |