更新windows内置office目录名, 适配jodconverter

This commit is contained in:
陈精华
2022-12-19 14:45:45 +08:00
parent 7d3a4ebc4e
commit d761d0cc88
12504 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
#BaseNLPSolver
NLPSolverCommon.Properties.AssumeNonNegative=Antager ikke-negative variable
#BaseEvolutionarySolver
NLPSolverCommon.Properties.SwarmSize=Sv\u00E6rmens st\u00F8rrelse
NLPSolverCommon.Properties.LibrarySize=Bibliotekets st\u00F8rrelse
NLPSolverCommon.Properties.LearningCycles=L\u00E6ringscyklus.
NLPSolverCommon.Properties.GuessVariableRange=Variabelafgr\u00E6nset g\u00E6t
NLPSolverCommon.Properties.VariableRangeThreshold=Variabelafgr\u00E6nset t\u00E6rskel (ved g\u00E6t)
NLPSolverCommon.Properties.UseACRComparator=Brug ACR sammenligner (i stedet for BCH)
NLPSolverCommon.Properties.UseRandomStartingPoint=Brug tilf\u00E6ldigt startpunkt
NLPSolverCommon.Properties.StagnationLimit=Stagnationsgr\u00E6nse
NLPSolverCommon.Properties.Tolerance=Stagnationstolerance
NLPSolverCommon.Properties.EnhancedSolverStatus=Vis udvidet probleml\u00F8serstatus
#DEPS
NLPSolverCommon.Properties.AgentSwitchRate=Agent skiftrate (DE Sandsynlighed)
NLPSolverCommon.Properties.DEFactorMin=DE: Mindste skaleringsfactor (0-1,2)
NLPSolverCommon.Properties.DEFactorMax=DE: St\u00F8rste skaleringsfaktor (0-1,2)
NLPSolverCommon.Properties.DECR=DE: Overkrydsningssandsynlighed (0-1)
NLPSolverCommon.Properties.PSC1=PS: Kognitiv konstant
NLPSolverCommon.Properties.PSC2=PS: Social konstant
NLPSolverCommon.Properties.PSWeight=PS: konstriktions-koefficient
NLPSolverCommon.Properties.PSCL=PS: Mutationssandsynlighed (0-0.005)