From 89459662bf2684a07596d4132c84e5da7e0af8d4 Mon Sep 17 00:00:00 2001 From: Todor Balabanov Date: Sun, 20 Jun 2021 13:49:57 +0300 Subject: 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 --- nlpsolver/src/locale/NLPSolverCommon_en_US.properties | 1 + 1 file changed, 1 insertion(+) (limited to 'nlpsolver/src/locale') 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 -- cgit