- Timestamp:
- 06/05/13 17:52:32 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/GeneticAlgorithm.cs
r9591 r9592 216 216 [StorableHook(HookType.AfterDeserialization)] 217 217 private void AfterDeserialization() { 218 // BackwardsCompatibility3.3 218 219 #region Backwards compatible code, remove with 3.4 219 220 if (!Parameters.ContainsKey("ReevaluateElites")) {
Note: See TracChangeset
for help on using the changeset viewer.