集成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=Von nicht-negativen Variablen ausgehen
#BaseEvolutionarySolver
NLPSolverCommon.Properties.SwarmSize=Schwarmgr\u00F6\u00DFe
NLPSolverCommon.Properties.LibrarySize=Gr\u00F6\u00DFe der Bibliothek
NLPSolverCommon.Properties.LearningCycles=Lernzyklen
NLPSolverCommon.Properties.GuessVariableRange=Variable Schranken erraten
NLPSolverCommon.Properties.VariableRangeThreshold=Schwelle f\u00FCr variable Grenzen (beim Erraten)
NLPSolverCommon.Properties.UseACRComparator=ACR-Vergleich verwenden (anstelle von BCH)
NLPSolverCommon.Properties.UseRandomStartingPoint=Zuf\u00E4llige Startpunkte verwenden
NLPSolverCommon.Properties.StagnationLimit=Stagnationsgrenze
NLPSolverCommon.Properties.Tolerance=Stagnationstoleranz
NLPSolverCommon.Properties.EnhancedSolverStatus=Verbesserten Solverstatus anzeigen
#DEPS
NLPSolverCommon.Properties.AgentSwitchRate=Mittlere Wechselrate (DE-Wahrscheinlichkeit)
NLPSolverCommon.Properties.DEFactorMin=DE: Min. Skalierungsfaktor (0\u20131,2)
NLPSolverCommon.Properties.DEFactorMax=DE: Max. Skalierungsfaktor (0\u20131,2)
NLPSolverCommon.Properties.DECR=DE: Wechselwahrscheinlichkeit (0\u20131)
NLPSolverCommon.Properties.PSC1=PS: Kognitive Konstante
NLPSolverCommon.Properties.PSC2=PS: Soziale Konstante
NLPSolverCommon.Properties.PSWeight=PS: Verengungskoeffizient
NLPSolverCommon.Properties.PSCL=PS: Mutationswahrscheinlichkeit (0\u20130,005)