Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Creators
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.PermutationEncoding/3.3/Creators/RandomPermutationCreator.cs
r13368 r14711 33 33 /// </summary> 34 34 [Item("RandomPermutationCreator", "An operator which creates a new random permutation of integer values.")] 35 [Storable Class("A1067375-67E4-4BBE-B7C1-08614C0FB608")]35 [StorableType("A1067375-67E4-4BBE-B7C1-08614C0FB608")] 36 36 public sealed class RandomPermutationCreator : InstrumentedOperator, IPermutationCreator, IStochasticOperator { 37 37 public override bool CanChangeName {
Note: See TracChangeset
for help on using the changeset viewer.