Changeset 12533
- Timestamp:
- 06/29/15 17:07:11 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS/HeuristicLab.Algorithms.ALPS/3.3/AlpsGeneticAlgorithm.cs
r12531 r12533 72 72 set { PopulationSizeParameter.Value = value; } 73 73 } 74 public int MaximumGenerations { 75 get { return generationsTerminator.Threshold.Value; } 76 set { generationsTerminator.Threshold.Value = value; } 77 } 74 78 public ISelector Selector { 75 79 get { return SelectorParameter.Value; }
Note: See TracChangeset
for help on using the changeset viewer.