blob: 89c0f3f63b835991554478e85989888498c33862 [file] [log] [blame]
# messages.properties
#
# /*******************************************************************************
# * Copyright (c) 2007, 2008 IBM Corporation and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
# * http://www.eclipse.org/legal/epl-v10.html
# *
# * Contributors:
# * IBM Corporation - initial API and implementation
# *******************************************************************************/
# Comma separated variable
CSC.title=CSV
dc_title_a_exp = Automated Experiment
dc_source_a_exp = http://wiki.eclipse.org/Running_an_Automated_Experiment (and references there-in)
dc_desc_a_exp = Automated Experiments use a Nelder-Mead Simplex algorithm to automatically explore a selected parameter space and find a best fit of a model to data based on a specified error function.
# Automatic Experiment view
AUTO.TITLE=Automatic Experiment
AUTO.TITLELABEL=Automated Experiment
AUTO.ERROR=Error
AUTO.TITLE1=Convergence
AUTO.TITLE2=Error vs Time (Latest)
AUTO.TITLE3=Error vs Time (Best)
AUTO.TITLE4=Ref vs Time
AUTO.TITLE5=Incd vs Time (Latest)
AUTO.RUN=Run Number
AUTO.TIME=Time
AUTO.VALUES=Current Values
AUTO.CHARTS=Charts
AUTO.HISTORY=Error Convergence
AUTO.ERRORSERIES=Error vs Time
AUTO.INCIDENCE=Incidence
AUTO.AGGREGATESERIES=Incidence vs Time
AUTO.CONTROLS=Controls
AUTO.SETTINGS=Settings
AUTO.PAUSE=Pause
AUTO.RESTART=Restart
AUTO.RESTART_HEADER=With Parameters
AUTO.STOP=Stop
AUTO.LATEST=Use Latest
AUTO.BEST=Use Best
AUTO.NOTFOUNDERROR=ERROR_CHART_NOT_FOUND
# Context menu entries
ContextMenu.LinearTimeScale=Linear Scale
ContextMenu.LogTimeScale=Log Scale
ContextMenu.LinearScaling=Linear Scale
ContextMenu.LogScaling=Log Scale
ContextMenu.ShowLegend=Show Legend
ContextMenu.HideLegend=Hide Legend
#Wizard Messages
WIZ.ALGORITHM=Algorithm:
ALG.1=class
ALG.2=Unable to instantiate extension point
#Nedler mead algorithm
NM.MAXITERS=Maximum Iterations
NM.REFERENCE=Reference Data Folder
NM.REFPICKFOLDER=Pick Folder
NM.BASESCENARIO=Base Scenario
NM.SELECTSCENARIO=Select Scenario
NM.ERRORFUNCTION=Error Function
NM.PARAMETERS=Parameters
NM.PICKPARAM=Pick a parameter
NM.INITIAL=Initial
NM.MIN=Lower Bound
NM.MAX=Upper Bound
NM.STEP=Step
NM.BADREFERENCE=Specify a valid reference folder
NM.BADBASESCENARIO=Specify a valid base scenario
NM.BADSTART=Invalid initial value
NM.BADSTEP=Invalid step value
NM.PICKSCENARIO=Pick a scenario from your project
NM.ATLEASTONEPARAM=You need to have at least one parameter to fit in your optimization
NM.BADMINMAX=Min value larger than max value!
NM.BADMIN=Invalid minimum value
NM.MADMAX=Invalid maximum value
NM.BADMAXITERS=Invalid maximum iterations. Specify an integer (-1 means no maximum)
NM.REINITLABEL=Re-initialize
NM.NO =NO
NM.YES=YES
NM.TOLERANCE=Tolerance
NM.PLUS=+
NM.MINUS=-
NM.REFFOLDERTITLE=Pick a reference folder