Changeset 16573 for addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Exhaustive
- Timestamp:
- 01/28/19 18:10:11 (6 years ago)
- Location:
- addons/HeuristicLab.FitnessLandscapeAnalysis
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.FitnessLandscapeAnalysis
- Property svn:ignore
-
old new 3 3 *.user 4 4 *.suo 5 packages
-
- Property svn:ignore
-
addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Exhaustive/PermutationEnumerationManipulator.cs
r7128 r16573 27 27 using HeuristicLab.Parameters; 28 28 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 29 using HEAL.Attic; 29 30 30 31 namespace HeuristicLab.Analysis.FitnessLandscape { 31 32 32 33 [Item("PermutationEnumerationManipulator", "An operator that generates the next permutation based on lexicographic ordering.")] 33 [Storable Class]34 [StorableType("081A2A92-462E-4BA9-A643-D40F776BA14B")] 34 35 public class PermutationEnumerationManipulator : PermutationManipulator { 35 36 … … 39 40 40 41 [StorableConstructor] 41 protected PermutationEnumerationManipulator( bool deserializing) : base(deserializing) { }42 protected PermutationEnumerationManipulator(StorableConstructorFlag _) : base(_) { } 42 43 protected PermutationEnumerationManipulator(PermutationEnumerationManipulator original, Cloner cloner) : base(original, cloner) { } 43 44 public PermutationEnumerationManipulator() {
Note: See TracChangeset
for help on using the changeset viewer.