Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/29/11 11:25:09 (14 years ago)
Author:
mkommend
Message:

#1418: Corrected SymbolicRegressionUnitTest and fixed typo in validation parameter description of SymbolicDataAnalysisProblem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/SymbolicDataAnalysisProblem.cs

    r5854 r5857  
    6161    private const string RelativeNumberOfEvaluatedSamplesParameterDescription = "The relative number of samples of the dataset partition, which should be randomly chosen for evaluation.";
    6262    private const string FitnessCalculationPartitionParameterDescription = "The partition of the problem data training partition, that should be used to calculate the fitness of an individual.";
    63     private const string ValidationPartitionParameterDescription = "The partition of the problem data training partition, that should be used the select the best model from (optional).";
     63    private const string ValidationPartitionParameterDescription = "The partition of the problem data training partition, that should be used to select the best model from (optional).";
    6464    #endregion
    6565
Note: See TracChangeset for help on using the changeset viewer.