Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (8 years ago)
Author:
gkronber
Message:

#2520 fixed unit tests for new persistence: loading & storing all samples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/GradientBoostedTrees/LossFunctions/ILossFunction.cs

    r14185 r14929  
    2323using System.Collections.Generic;
    2424using HeuristicLab.Core;
     25using HeuristicLab.Persistence;
    2526
    2627namespace HeuristicLab.Algorithms.DataAnalysis {
     
    2829  // target represents the target vector  (original targets from the problem data, never changed)
    2930  // pred   represents the current vector of predictions (a weighted combination of models learned so far, this vector is updated after each step)
     31  [StorableType("b5737a42-af19-4f7f-b883-72320136db2e")]
    3032  public interface ILossFunction : IItem {
    3133    // returns the loss of the current prediction vector
Note: See TracChangeset for help on using the changeset viewer.