diff options
Diffstat (limited to 'nlpsolver/locale/NLPSolverCommon_de.properties')
-rw-r--r-- | nlpsolver/locale/NLPSolverCommon_de.properties | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/nlpsolver/locale/NLPSolverCommon_de.properties b/nlpsolver/locale/NLPSolverCommon_de.properties new file mode 100644 index 0000000..a79d19a --- /dev/null +++ b/nlpsolver/locale/NLPSolverCommon_de.properties @@ -0,0 +1,21 @@ +#BaseNLPSolver +NLPSolverCommon.Properties.AssumeNonNegative=Nicht-negative Variablen voraussetzen +#BaseEvolutionarySolver +NLPSolverCommon.Properties.SwarmSize=Schwarmgr\u00F6\u00DFe +NLPSolverCommon.Properties.LibrarySize=Gr\u00F6\u00DFe der Bibliothek +NLPSolverCommon.Properties.LearningCycles=Lernzyklen +NLPSolverCommon.Properties.GuessVariableRange=Variablengrenzen raten +NLPSolverCommon.Properties.VariableRangeThreshold=Variablengrenzbereich (beim Raten) +NLPSolverCommon.Properties.UseACRComparator=ACR Komparator (statt BCH) nutzen +NLPSolverCommon.Properties.UseRandomStartingPoint=Zuf\u00E4lligen Startpunkt w\u00E4hlen +NLPSolverCommon.Properties.StagnationLimit=Beendigungsgrenze +NLPSolverCommon.Properties.Tolerance=Beendigungstoleranz +NLPSolverCommon.Properties.EnhancedSolverStatus=Erweiterten Solver-Status anzeigen +#DEPS +NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Wahrscheinlichkeit) +NLPSolverCommon.Properties.DEFactor=DE: Skalierungsfaktor (0-1,2) +NLPSolverCommon.Properties.DECR=DE: Crossover-Wahrscheinlichkeit (0-1) +NLPSolverCommon.Properties.PSC1=PS: Kognitivit\u00E4tskonstante +NLPSolverCommon.Properties.PSC2=PS: Social Constant +NLPSolverCommon.Properties.PSWeight=PS: Konstriktionskoeffizient +NLPSolverCommon.Properties.PSCL=PS: Mutationswahrscheinlichkeit (0-0,005) |