#BaseNLPSolver
NLPSolverCommon.Properties.AssumeNonNegative=Assume Non-Negative Variables

#BaseEvolutionarySolver
NLPSolverCommon.Properties.SwarmSize=(Swarm) \u0938\u094D\u0935\u093E\u0930\u094D\u092E\u0915\u094B \u0906\u0915\u093E\u0930
NLPSolverCommon.Properties.LibrarySize=\u0932\u093E\u0907\u092C\u094D\u0930\u0947\u0930\u0940\u0915\u094B \u0928\u093E\u092A
NLPSolverCommon.Properties.LearningCycles=\u0938\u093F\u0915\u093E\u0907 \u091A\u0915\u094D\u0930 (\u0938\u093E\u0907\u0915\u0932)
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=\u0915\u0941\u0928\u0948 \u090F\u0915 \u0938\u0941\u0930\u0942\u0935\u093E\u0924 \u092C\u093F\u0928\u094D\u0926\u0941 \u092A\u094D\u0930\u092F\u094B\u0917 \u0917\u0930\u094D\u0928\u0941\u0939\u094B\u0938\u094D
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

#DEPS
NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Probability)
NLPSolverCommon.Properties.DEFactorMin=DE: Min Scaling Factor (0-1.2)
NLPSolverCommon.Properties.DEFactorMax=DE: Max Scaling Factor (0-1.2)
NLPSolverCommon.Properties.DECR=DE: Crossover Probability (0-1)
NLPSolverCommon.Properties.PSC1=PS: Cognitive Constant
NLPSolverCommon.Properties.PSC2=PS: Social Constant
NLPSolverCommon.Properties.PSWeight=PS: Constriction Coefficient
NLPSolverCommon.Properties.PSCL=PS: Mutation Probability (0-0.005)
