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
17 NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Probability)
18 NLPSolverCommon.Properties.DEFactorMin=DE: Min Scaling Factor (0-1.2)
19 NLPSolverCommon.Properties.DEFactorMax=DE: Max Scaling Factor (0-1.2)
20 NLPSolverCommon.Properties.DECR=DE: Crossover Probability (0-1)
21 NLPSolverCommon.Properties.PSC1=PS: Cognitive Constant
22 NLPSolverCommon.Properties.PSC2=PS: Social Constant
23 NLPSolverCommon.Properties.PSWeight=PS: Constriction Coefficient
24 NLPSolverCommon.Properties.PSCL=PS: Mutation Probability (0-0.005)