Changeset 9076 for trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm
- Timestamp:
- 12/19/12 10:11:48 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithm.cs ¶
r9039 r9076 260 260 // BackwardsCompatibility3.3 261 261 // the global random is resetted to ensure the same algorithm results 262 #region Backwards compatible code, remove with 3.4262 #region Backwards compatible code, remove global random resetter with 3.4 and rewire the operator graph 263 263 globalRandomResetter.RandomParameter.ActualName = "GlobalRandom"; 264 264 globalRandomResetter.SeedParameter.ActualName = SeedParameter.Name; -
TabularUnified trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/IslandGeneticAlgorithmMainLoop.cs ¶
r9039 r9076 315 315 // BackwardsCompatibility3.3 316 316 //the local randoms are created by the island GA itself and are only here to ensure same algorithm results 317 #region Backwards compatible code, remove with 3.4317 #region Backwards compatible code, remove local random creator with 3.4 and rewire the operator graph 318 318 islandAnalyzer1.Successor = localRandomCreator; 319 319 localRandomCreator.Successor = null;
Note: See TracChangeset
for help on using the changeset viewer.