Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/01/13 12:31:59 (11 years ago)
Author:
mkommend
Message:

#2082: Corrected typos in parameter descriptions.

Location:
branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/ScilabParameterOptimizationProblem.cs

    r9682 r9688  
    6565    public ScilabParameterOptimizationProblem()
    6666      : base(new ScilabParameterVectorEvaluator()) {
    67       Parameters.Add(new FixedValueParameter<StringValue>(QualityVariableParameterName, "The name of the quality variable of the SciLab script.", new StringValue("quality")));
     67      Parameters.Add(new FixedValueParameter<StringValue>(QualityVariableParameterName, "The name of the quality variable of the Scilab script.", new StringValue("quality")));
    6868      Parameters.Add(new FixedValueParameter<TextFile>(ScilabEvaluationScriptParameterName, "The path to the Scilab evaluation script.", new TextFile()));
    6969
  • branches/HeuristicLab.ExternalEvaluation Scientific/HeuristicLab.Problems.ExternalEvaluation.Scilab/3.3/ScilabParameterVectorEvaluator.cs

    r9682 r9688  
    6565      : base() {
    6666      Parameters.Add(new LookupParameter<StringValue>(QualityVariableParameterName, "The name of the quality variable of the SciLab script."));
    67       Parameters.Add(new LookupParameter<TextFile>(ScilabEvaluationScriptParameterName, "The path to the SciLab evaluation script."));
    68       Parameters.Add(new FixedValueParameter<TextFile>(InitializationScriptParameterName, "The path to a SciLab script the should be execute before the evaluation starts.", new TextFile()));
     67      Parameters.Add(new LookupParameter<TextFile>(ScilabEvaluationScriptParameterName, "The path to the Scilab evaluation script."));
     68      Parameters.Add(new FixedValueParameter<TextFile>(InitializationScriptParameterName, "The path to a Scilab script the should be execute before the evaluation starts.", new TextFile()));
    6969    }
    7070
Note: See TracChangeset for help on using the changeset viewer.