Changeset 13368 for branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/PermutationWithRepetition/Manipulators
- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/PermutationWithRepetition/Manipulators
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/PermutationWithRepetition/Manipulators/PWRInsertionManipulator.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 29 29 namespace HeuristicLab.Encodings.ScheduleEncoding.PermutationWithRepetition { 30 30 [Item("PWRInsertionManipulator", "Represents a manipulation operation inserting parts of the individual at another position.")] 31 [StorableClass ]31 [StorableClass("0705B508-B0CF-4079-A073-3988A87450B3")] 32 32 public class PWRInsertionManipulator : PWRManipulator { 33 33 [StorableConstructor] -
branches/PersistenceOverhaul/HeuristicLab.Encodings.ScheduleEncoding/3.3/PermutationWithRepetition/Manipulators/PWRManipulator.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 27 27 namespace HeuristicLab.Encodings.ScheduleEncoding.PermutationWithRepetition { 28 28 [Item("PWRManipulator", "An operator which manipulates a PWR representation.")] 29 [StorableClass ]29 [StorableClass("372EC12B-0B40-4913-9926-412689438161")] 30 30 public abstract class PWRManipulator : ScheduleManipulator, IPWROperator { 31 31
Note: See TracChangeset
for help on using the changeset viewer.