Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:10:11 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.FLA addon to compile with new HL.Persistence

Location:
addons/HeuristicLab.FitnessLandscapeAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.FitnessLandscapeAnalysis

    • Property svn:ignore
      •  

        old new  
        33*.user
        44*.suo
         5packages
  • addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BestWorstSelector.cs

    r7128 r16573  
    88using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    99using HeuristicLab.Selection;
     10using HEAL.Attic;
    1011
    1112namespace HeuristicLab.Analysis.FitnessLandscape {
    1213  [Item("BestOrWorstSelector", "A selection operator that moves towards the next local optimum, when found reverses direction and so on.")]
    13   [StorableClass]
     14  [StorableType("79C66FA1-AF32-468D-9836-4B48BAC84316")]
    1415  public class BestWorstSelector : SingleObjectiveSelector, ISingleObjectiveSelector {
    1516
     
    2930
    3031    [StorableConstructor]
    31     protected BestWorstSelector(bool deserializing) : base(deserializing) { }
     32    protected BestWorstSelector(StorableConstructorFlag _) : base(_) { }
    3233    protected BestWorstSelector(BestWorstSelector original, Cloner cloner) : base(original, cloner) { }
    3334    public BestWorstSelector() {
Note: See TracChangeset for help on using the changeset viewer.