Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/04/17 19:06:54 (7 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.Optimization/3.3/Interfaces/IMultiObjectiveEvaluator.cs

    r14185 r14929  
    2222using HeuristicLab.Core;
    2323using HeuristicLab.Data;
     24using HeuristicLab.Persistence;
    2425
    2526namespace HeuristicLab.Optimization {
     
    2728  /// An interface which represents an evaluation operator for multi-objective optimization problems.
    2829  /// </summary>
     30  [StorableType("38f3ce31-51d6-450c-8ebd-cbe343e9162a")]
    2931  public interface IMultiObjectiveEvaluator : IEvaluator, IMultiObjectiveOperator {
    3032    ILookupParameter<DoubleArray> QualitiesParameter { get; }
Note: See TracChangeset for help on using the changeset viewer.