mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2026-04-05 15:57:35 +00:00
集成OpenOffice替换为LibreOffice
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user