NLPSolverCommon_mk.properties 1.3 KB

12345678910111213141516171819202122232425
  1. #BaseNLPSolver
  2. NLPSolverCommon.Properties.AssumeNonNegative=Assume Non-Negative Variables
  3. #BaseEvolutionarySolver
  4. NLPSolverCommon.Properties.SwarmSize=Size of Swarm
  5. NLPSolverCommon.Properties.LibrarySize=Size of Library
  6. NLPSolverCommon.Properties.LearningCycles=Learning Cycles
  7. NLPSolverCommon.Properties.GuessVariableRange=Variable Bounds Guessing
  8. NLPSolverCommon.Properties.VariableRangeThreshold=Variable Bounds Threshold (when guessing)
  9. NLPSolverCommon.Properties.UseACRComparator=Use ACR Comparator (instead of BCH)
  10. NLPSolverCommon.Properties.UseRandomStartingPoint=Use Random starting point
  11. NLPSolverCommon.Properties.StagnationLimit=Stagnation Limit
  12. NLPSolverCommon.Properties.Tolerance=Stagnation Tolerance
  13. NLPSolverCommon.Properties.EnhancedSolverStatus=Show enhanced solver status
  14. #DEPS
  15. NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Probability)
  16. NLPSolverCommon.Properties.DEFactorMin=DE: Min Scaling Factor (0-1.2)
  17. NLPSolverCommon.Properties.DEFactorMax=DE: Max Scaling Factor (0-1.2)
  18. NLPSolverCommon.Properties.DECR=DE: Crossover Probability (0-1)
  19. NLPSolverCommon.Properties.PSC1=PS: Cognitive Constant
  20. NLPSolverCommon.Properties.PSC2=PS: Social Constant
  21. NLPSolverCommon.Properties.PSWeight=PS: Constriction Coefficient
  22. NLPSolverCommon.Properties.PSCL=PS: Mutation Probability (0-0.005)