Changeset 8590 for branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding/3.3/Crossovers
- Timestamp:
- 09/06/12 14:45:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding/3.3/Crossovers/ParameterConfigurationCrossover.cs
r8574 r8590 108 108 109 109 Cross(RandomParameter.ActualValue, child1, child2, IntValueCrossoverParameter.ActualValue, DoubleValueCrossoverParameter.ActualValue); 110 this.ChildParameter.ActualValue = child1;110 ChildParameter.ActualValue = child1; 111 111 112 112 return base.Apply();
Note: See TracChangeset
for help on using the changeset viewer.