Version 4.0.0.1, tag libreoffice-4.0.0.1
[LibreOffice.git] / nlpsolver / src / locale / NLPSolverCommon_en_US.properties
blob3f8baf0d43d79c5236ef6c4242202915b5b5171f
1 #BaseNLPSolver
2 NLPSolverCommon.Properties.AssumeNonNegative=Assume Non-Negative Variables
4 #BaseEvolutionarySolver
5 NLPSolverCommon.Properties.SwarmSize=Size of Swarm
6 NLPSolverCommon.Properties.LibrarySize=Size of Library
7 NLPSolverCommon.Properties.LearningCycles=Learning Cycles
8 NLPSolverCommon.Properties.GuessVariableRange=Variable Bounds Guessing
9 NLPSolverCommon.Properties.VariableRangeThreshold=Variable Bounds Threshold (when guessing)
10 NLPSolverCommon.Properties.UseACRComparator=Use ACR Comparator (instead of BCH)
11 NLPSolverCommon.Properties.UseRandomStartingPoint=Use Random starting point
12 NLPSolverCommon.Properties.StagnationLimit=Stagnation Limit
13 NLPSolverCommon.Properties.Tolerance=Stagnation Tolerance
14 NLPSolverCommon.Properties.EnhancedSolverStatus=Show enhanced solver status
16 #DEPS
17 NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Probability)
18 NLPSolverCommon.Properties.DEFactor=DE: Scaling Factor (0-1.2)
19 NLPSolverCommon.Properties.DECR=DE: Crossover Probability (0-1)
20 NLPSolverCommon.Properties.PSC1=PS: Cognitive Constant
21 NLPSolverCommon.Properties.PSC2=PS: Social Constant
22 NLPSolverCommon.Properties.PSWeight=PS: Constriction Coefficient
23 NLPSolverCommon.Properties.PSCL=PS: Mutation Probability (0-0.005)