集成OpenOffice替换为LibreOffice

This commit is contained in:
陈精华
2021-06-23 10:26:22 +08:00
parent 8a1eebb9b0
commit 79341b2c8e
14724 changed files with 2184695 additions and 551131 deletions

View File

@@ -0,0 +1,24 @@
#BaseNLPSolver
NLPSolverCommon.Properties.AssumeNonNegative=Onartu aldagai ez-negatiboak
#BaseEvolutionarySolver
NLPSolverCommon.Properties.SwarmSize=Multzoaren tamaina
NLPSolverCommon.Properties.LibrarySize=Liburutegiaren tamaina
NLPSolverCommon.Properties.LearningCycles=Ikasketa-zikloak
NLPSolverCommon.Properties.GuessVariableRange=Muga aldakorren proposamena
NLPSolverCommon.Properties.VariableRangeThreshold=Muga aldakorren atalasea (proposamenak egitean)
NLPSolverCommon.Properties.UseACRComparator=Erabili ACR konparatzailea (BCH ordez)
NLPSolverCommon.Properties.UseRandomStartingPoint=Erabili ausazko hasierako puntua
NLPSolverCommon.Properties.StagnationLimit=Geldialdi-muga
NLPSolverCommon.Properties.Tolerance=Geldialdi-tolerantzia
NLPSolverCommon.Properties.EnhancedSolverStatus=Erakutsi ebazlearen egoera hobetua
#DEPS
NLPSolverCommon.Properties.AgentSwitchRate=Agentearen aldaketa-tasa (DE probabilitatea)
NLPSolverCommon.Properties.DEFactorMin=DE: Eskala-faktore min (0-1.2)
NLPSolverCommon.Properties.DEFactorMax=DE: Eskala-faktore max (0-1.2)
NLPSolverCommon.Properties.DECR=DE: Gurutzatze-probabilitatea (0-1)
NLPSolverCommon.Properties.PSC1=PS: Konstante kognitiboa
NLPSolverCommon.Properties.PSC2=PS: Konstante soziala
NLPSolverCommon.Properties.PSWeight=PS: Murriztapen-koefizientea
NLPSolverCommon.Properties.PSCL=PS: Mutazio-probabilitatea (0-0.005)