Changeset 12571 for branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs
- Timestamp:
- 07/02/15 11:52:30 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithm.cs
r12549 r12571 39 39 [Creatable("Algorithms")] 40 40 [StorableClass] 41 public class AlpsSsGeneticAlgorithm : Alps {41 public sealed class AlpsSsGeneticAlgorithm : Alps { 42 42 #region Parameter Properties 43 43 private IValueParameter<IntValue> LayerSizeParameter { … … 113 113 private AlpsSsGeneticAlgorithm(bool deserializing) 114 114 : base(deserializing) { } 115 [StorableHook(HookType.AfterDeserialization)] 116 private void AfterDeserialization() { 117 Initialize(); 118 } 115 119 private AlpsSsGeneticAlgorithm(AlpsSsGeneticAlgorithm original, Cloner cloner) 116 120 : base(original, cloner) {
Note: See TracChangeset
for help on using the changeset viewer.