Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/20/09 12:52:52 (15 years ago)
Author:
gkronber
Message:

Moved simple evaluators from plugin SVM to plugin Modeling. #635

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.SupportVectorMachines/3.2/SupportVectorRegression.cs

    r1858 r1869  
    146146      solStorer.GetVariableInfo("Quality").ActualName = "ValidationMSE";
    147147      solStorer.GetVariableInfo("Maximization").Local = true;
     148      solStorer.GetVariableInfo("BestSolution").ActualName = "BestValidationSolution";
    148149      solStorer.AddVariable(new HeuristicLab.Core.Variable("Maximization", new BoolData(false)));
    149150
Note: See TracChangeset for help on using the changeset viewer.