Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 01:06:17 (14 years ago)
Author:
epitzer
Message:

Merge StorableClassType.Empty into StorableClassType.MarkedOnly and make it the default if not specified (#548)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.Permutation/3.3/Moves/TwoOptMoveTabuMaker.cs

    r2997 r3017  
    2929namespace HeuristicLab.Encodings.Permutation.Moves {
    3030  [Item("TwoOptMoveTabuMaker", "Declares a given 2-opt move as tabu, by adding its attributes to the tabu list. It also removes the oldest entry in the tabu list when its size is greater than tenure.")]
    31   [StorableClass(StorableClassType.Empty)]
     31  [StorableClass]
    3232  public class TwoOptMoveTabuMaker : SingleSuccessorOperator {
    3333    public LookupParameter<TwoOptMove> MoveParameter {
Note: See TracChangeset for help on using the changeset viewer.