Changeset 9591 for trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy
- Timestamp:
- 06/05/13 15:28:06 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.EvolutionStrategy/3.3/EvolutionStrategyMainLoop.cs ΒΆ
r9569 r9591 111 111 : base() { 112 112 Initialize(); 113 } 114 115 [StorableHook(HookType.AfterDeserialization)] 116 private void AfterDeserialization() { 117 #region Backwards compatible code, remove with 3.4 118 if (!Parameters.ContainsKey("ReevaluateElites")) { 119 Parameters.Add(new ValueLookupParameter<BoolValue>("ReevaluateElites", "Flag to determine if elite individuals should be reevaluated (i.e., if stochastic fitness functions are used.)")); 120 } 121 #endregion 113 122 } 114 123
Note: See TracChangeset
for help on using the changeset viewer.