Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/15/09 14:07:34 (15 years ago)
Author:
gkronber
Message:

Fixed #740 (SimpleEvaluators in HL.GP.StructId and HL.SVM are not compatible with evaluators in HL.Modeling).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Modeling/3.2/SimpleEvaluatorBase.cs

    r2226 r2357  
    99namespace HeuristicLab.Modeling {
    1010  public abstract class SimpleEvaluatorBase : OperatorBase {
     11    protected const int ORIGINAL_INDEX = 0;
     12    protected const int ESTIMATION_INDEX = 1;
     13
    1114    public virtual string OutputVariableName {
    1215      get { return "Quality"; }
Note: See TracChangeset for help on using the changeset viewer.