25 lines
1.4 KiB
Java
25 lines
1.4 KiB
Java
#BaseNLPSolver
|
|
NLPSolverCommon.Properties.AssumeNonNegative=Asumir variables non negatives
|
|
|
|
#BaseEvolutionarySolver
|
|
NLPSolverCommon.Properties.SwarmSize=Tama\u00F1u del ensame
|
|
NLPSolverCommon.Properties.LibrarySize=Tama\u00F1u de la biblioteca
|
|
NLPSolverCommon.Properties.LearningCycles=Ciclos de deprendimientu
|
|
NLPSolverCommon.Properties.GuessVariableRange=Albidru de les llendes de variable
|
|
NLPSolverCommon.Properties.VariableRangeThreshold=Intervalu de les llendes de variables (al albidrar)
|
|
NLPSolverCommon.Properties.UseACRComparator=Usar el comparador ACR (en llugar del BCH)
|
|
NLPSolverCommon.Properties.UseRandomStartingPoint=Usar un puntu d'aniciu al debalu
|
|
NLPSolverCommon.Properties.StagnationLimit=Llende d'estancamientu
|
|
NLPSolverCommon.Properties.Tolerance=Tolerancia d'estancamientu
|
|
NLPSolverCommon.Properties.EnhancedSolverStatus=Amosar est\u00E1u enant\u00E1u del solver
|
|
|
|
#DEPS
|
|
NLPSolverCommon.Properties.AgentSwitchRate=Tasa d'alternancia del axente (probabilid\u00E1 DE)
|
|
NLPSolverCommon.Properties.DEFactorMin=DE: Factor m\u00EDnimu d'escala (0-1.2)
|
|
NLPSolverCommon.Properties.DEFactorMax=DE: Factor m\u00E1ximu d'escala (0-1,2)
|
|
NLPSolverCommon.Properties.DECR=DE: Probabilid\u00E1 de cruciamientu (0-1)
|
|
NLPSolverCommon.Properties.PSC1=PS: Constante cognitiva
|
|
NLPSolverCommon.Properties.PSC2=PS: Constante social
|
|
NLPSolverCommon.Properties.PSWeight=PS: Coeficiente de restricci\u00F3n
|
|
NLPSolverCommon.Properties.PSCL=PS: Probabilid\u00E1 de mutaci\u00F3n (0-0.005)
|