summaryrefslogtreecommitdiff
path: root/nlpsolver
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-12-14 16:02:48 +0100
committerAndras Timar <atimar@suse.com>2011-12-14 16:04:04 +0100
commit248bfdfa0f9e380098c111dff5e98e73b1521233 (patch)
treebe6f60e9fad7a241a4212073ffd712c8a9c62d14 /nlpsolver
parent31622ae00925ea07642151e7c97b30929d9a90a4 (diff)
dos2unix
Diffstat (limited to 'nlpsolver')
-rw-r--r--nlpsolver/src/locale/NLPSolverCommon_en_US.properties46
-rw-r--r--nlpsolver/src/locale/NLPSolverStatusDialog_en_US.properties60
2 files changed, 53 insertions, 53 deletions
diff --git a/nlpsolver/src/locale/NLPSolverCommon_en_US.properties b/nlpsolver/src/locale/NLPSolverCommon_en_US.properties
index 0a84019d89a7..3f8baf0d43d7 100644
--- a/nlpsolver/src/locale/NLPSolverCommon_en_US.properties
+++ b/nlpsolver/src/locale/NLPSolverCommon_en_US.properties
@@ -1,23 +1,23 @@
-#BaseNLPSolver
-NLPSolverCommon.Properties.AssumeNonNegative=Assume Non-Negative Variables
-
-#BaseEvolutionarySolver
-NLPSolverCommon.Properties.SwarmSize=Size of Swarm
-NLPSolverCommon.Properties.LibrarySize=Size of Library
-NLPSolverCommon.Properties.LearningCycles=Learning Cycles
-NLPSolverCommon.Properties.GuessVariableRange=Variable Bounds Guessing
-NLPSolverCommon.Properties.VariableRangeThreshold=Variable Bounds Threshold (when guessing)
-NLPSolverCommon.Properties.UseACRComparator=Use ACR Comparator (instead of BCH)
-NLPSolverCommon.Properties.UseRandomStartingPoint=Use Random starting point
-NLPSolverCommon.Properties.StagnationLimit=Stagnation Limit
-NLPSolverCommon.Properties.Tolerance=Stagnation Tolerance
-NLPSolverCommon.Properties.EnhancedSolverStatus=Show enhanced solver status
-
-#DEPS
-NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Probability)
-NLPSolverCommon.Properties.DEFactor=DE: Scaling Factor (0-1.2)
-NLPSolverCommon.Properties.DECR=DE: Crossover Probability (0-1)
-NLPSolverCommon.Properties.PSC1=PS: Cognitive Constant
-NLPSolverCommon.Properties.PSC2=PS: Social Constant
-NLPSolverCommon.Properties.PSWeight=PS: Constriction Coefficient
-NLPSolverCommon.Properties.PSCL=PS: Mutation Probability (0-0.005)
+#BaseNLPSolver
+NLPSolverCommon.Properties.AssumeNonNegative=Assume Non-Negative Variables
+
+#BaseEvolutionarySolver
+NLPSolverCommon.Properties.SwarmSize=Size of Swarm
+NLPSolverCommon.Properties.LibrarySize=Size of Library
+NLPSolverCommon.Properties.LearningCycles=Learning Cycles
+NLPSolverCommon.Properties.GuessVariableRange=Variable Bounds Guessing
+NLPSolverCommon.Properties.VariableRangeThreshold=Variable Bounds Threshold (when guessing)
+NLPSolverCommon.Properties.UseACRComparator=Use ACR Comparator (instead of BCH)
+NLPSolverCommon.Properties.UseRandomStartingPoint=Use Random starting point
+NLPSolverCommon.Properties.StagnationLimit=Stagnation Limit
+NLPSolverCommon.Properties.Tolerance=Stagnation Tolerance
+NLPSolverCommon.Properties.EnhancedSolverStatus=Show enhanced solver status
+
+#DEPS
+NLPSolverCommon.Properties.AgentSwitchRate=Agent Switch Rate (DE Probability)
+NLPSolverCommon.Properties.DEFactor=DE: Scaling Factor (0-1.2)
+NLPSolverCommon.Properties.DECR=DE: Crossover Probability (0-1)
+NLPSolverCommon.Properties.PSC1=PS: Cognitive Constant
+NLPSolverCommon.Properties.PSC2=PS: Social Constant
+NLPSolverCommon.Properties.PSWeight=PS: Constriction Coefficient
+NLPSolverCommon.Properties.PSCL=PS: Mutation Probability (0-0.005)
diff --git a/nlpsolver/src/locale/NLPSolverStatusDialog_en_US.properties b/nlpsolver/src/locale/NLPSolverStatusDialog_en_US.properties
index 19cb9de78c51..241259257ab2 100644
--- a/nlpsolver/src/locale/NLPSolverStatusDialog_en_US.properties
+++ b/nlpsolver/src/locale/NLPSolverStatusDialog_en_US.properties
@@ -1,30 +1,30 @@
-#Dialog
-NLPSolverStatusDialog.Dialog.Caption=Solver Status
-
-#Controls
-NLPSolverStatusDialog.Controls.lblSolution=Current Solution:
-NLPSolverStatusDialog.Controls.lblIteration=Iteration:
-NLPSolverStatusDialog.Controls.lblStagnation=Stagnation:
-NLPSolverStatusDialog.Controls.lblRuntime=Runtime:
-NLPSolverStatusDialog.Controls.btnStop=Stop
-NLPSolverStatusDialog.Controls.btnOK=OK
-NLPSolverStatusDialog.Controls.btnContinue=Continue
-
-#Messages
-NLPSolverStatusDialog.Message.StopIteration=Maximum iterations reached.
-NLPSolverStatusDialog.Message.StopStagnation=Process stopped due to stagnation.
-NLPSolverStatusDialog.Message.StopUser=Process stopped due to user interruption.
-NLPSolverStatusDialog.Message.CurrentIteration=Process stopped at iteration %d of %d.
-
-#Time formatting
-NLPSolverStatusDialog.Time.Nanoseconds=Nanoseconds
-NLPSolverStatusDialog.Time.Microseconds=Microseconds
-NLPSolverStatusDialog.Time.Milliseconds=Milliseconds
-NLPSolverStatusDialog.Time.Second=Second
-NLPSolverStatusDialog.Time.Seconds=Seconds
-NLPSolverStatusDialog.Time.Minute=Minute
-NLPSolverStatusDialog.Time.Minutes=Minutes
-NLPSolverStatusDialog.Time.Hour=Hour
-NLPSolverStatusDialog.Time.Hours=Hours
-NLPSolverStatusDialog.Time.Day=Day
-NLPSolverStatusDialog.Time.Days=Days \ No newline at end of file
+#Dialog
+NLPSolverStatusDialog.Dialog.Caption=Solver Status
+
+#Controls
+NLPSolverStatusDialog.Controls.lblSolution=Current Solution:
+NLPSolverStatusDialog.Controls.lblIteration=Iteration:
+NLPSolverStatusDialog.Controls.lblStagnation=Stagnation:
+NLPSolverStatusDialog.Controls.lblRuntime=Runtime:
+NLPSolverStatusDialog.Controls.btnStop=Stop
+NLPSolverStatusDialog.Controls.btnOK=OK
+NLPSolverStatusDialog.Controls.btnContinue=Continue
+
+#Messages
+NLPSolverStatusDialog.Message.StopIteration=Maximum iterations reached.
+NLPSolverStatusDialog.Message.StopStagnation=Process stopped due to stagnation.
+NLPSolverStatusDialog.Message.StopUser=Process stopped due to user interruption.
+NLPSolverStatusDialog.Message.CurrentIteration=Process stopped at iteration %d of %d.
+
+#Time formatting
+NLPSolverStatusDialog.Time.Nanoseconds=Nanoseconds
+NLPSolverStatusDialog.Time.Microseconds=Microseconds
+NLPSolverStatusDialog.Time.Milliseconds=Milliseconds
+NLPSolverStatusDialog.Time.Second=Second
+NLPSolverStatusDialog.Time.Seconds=Seconds
+NLPSolverStatusDialog.Time.Minute=Minute
+NLPSolverStatusDialog.Time.Minutes=Minutes
+NLPSolverStatusDialog.Time.Hour=Hour
+NLPSolverStatusDialog.Time.Hours=Hours
+NLPSolverStatusDialog.Time.Day=Day
+NLPSolverStatusDialog.Time.Days=Days