Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/03/17 17:33:24 (7 years ago)
Author:
gkronber
Message:

#2520 added GUIDs for (almost) all interface types (probably still too many) also added newlines at end of all files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/PersistenceOverhaul/HeuristicLab.Optimization/3.3/Interfaces/ISingleObjectiveSelector.cs

    r12012 r14712  
    2727  /// An interface which represents a selection operator for selecting solutions of single-objective optimization problems.
    2828  /// </summary>
     29  [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("C12B20A5-5507-4139-8888-85C459379E20")]
    2930  public interface ISingleObjectiveSelector : ISelector, ISingleObjectiveOperator {
    3031    IValueLookupParameter<BoolValue> MaximizationParameter { get; }
Note: See TracChangeset for help on using the changeset viewer.