集成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=Van niet-negatieve variabelen uitgaan
#BaseEvolutionarySolver
NLPSolverCommon.Properties.SwarmSize=Grootte van de zwerm
NLPSolverCommon.Properties.LibrarySize=Grootte van de bibliotheek
NLPSolverCommon.Properties.LearningCycles=Leercycli
NLPSolverCommon.Properties.GuessVariableRange=Variabele grenzen raden
NLPSolverCommon.Properties.VariableRangeThreshold=Grenswaarden van variabelen (bij raden)
NLPSolverCommon.Properties.UseACRComparator=ACR-vergelijker gebruiken (in plaats van BCH)
NLPSolverCommon.Properties.UseRandomStartingPoint=Willekeurig beginpunt gebruiken
NLPSolverCommon.Properties.StagnationLimit=Stagnatielimiet
NLPSolverCommon.Properties.Tolerance=Stagnatietolerantie
NLPSolverCommon.Properties.EnhancedSolverStatus=Verbeterde oplosserstatus tonen
#DEPS
NLPSolverCommon.Properties.AgentSwitchRate=Schakelsnelheid van agent (DE-waarschijnlijkheid)
NLPSolverCommon.Properties.DEFactorMin=DE: Min. Schalingsfactor (0-1,2)
NLPSolverCommon.Properties.DEFactorMax=DE: Max. Schalingsfactor (0-1,2)
NLPSolverCommon.Properties.DECR=DE: Overspraakwaarschijnlijkheid (0-1)
NLPSolverCommon.Properties.PSC1=PS: Cognitieve constante
NLPSolverCommon.Properties.PSC2=PS: Sociale constante
NLPSolverCommon.Properties.PSWeight=PS: Beperkingsco\u00EBfficient
NLPSolverCommon.Properties.PSCL=PS: Mutatiewaarschijnlijkheid (0-0.005)