25 lines
1.4 KiB
Java
25 lines
1.4 KiB
Java
#BaseNLPSolver
|
|
NLPSolverCommon.Properties.AssumeNonNegative=Gera r\u00E1\u00F0 fyrir a\u00F0 breytur s\u00E9u ekki neikv\u00E6\u00F0ar
|
|
|
|
#BaseEvolutionarySolver
|
|
NLPSolverCommon.Properties.SwarmSize=St\u00E6r\u00F0 svermis
|
|
NLPSolverCommon.Properties.LibrarySize=St\u00E6r\u00F0 safns
|
|
NLPSolverCommon.Properties.LearningCycles=Learning Cycles
|
|
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=Nota handah\u00F3fskenndan upphafspunkt
|
|
NLPSolverCommon.Properties.StagnationLimit=Takm\u00F6rk st\u00F6\u00F0nunar
|
|
NLPSolverCommon.Properties.Tolerance=\u00DEolvik st\u00F6\u00F0nunar
|
|
NLPSolverCommon.Properties.EnhancedSolverStatus=Birta n\u00E1kv\u00E6mari st\u00F6\u00F0u leysara
|
|
|
|
#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)
|