Changeset 9342 for branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/Crossover
- Timestamp:
- 04/05/13 13:12:54 (12 years ago)
- Location:
- branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3
- Property svn:ignore
-
old new 1 1 *.user 2 Plugin.cs
-
- Property svn:ignore
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/Crossover/SinglePointCrossover.cs
r9334 r9342 62 62 } 63 63 64 return new DecisionList(rules );64 return new DecisionList(rules, parent1.DefaultAction); 65 65 } 66 66
Note: See TracChangeset
for help on using the changeset viewer.