Changeset 11350 for branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tracking/SymbolicDataAnalysisExpressionAfterCrossoverOperator.cs
- Timestamp:
- 09/06/14 11:58:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.EvolutionTracking/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Tracking/SymbolicDataAnalysisExpressionAfterCrossoverOperator.cs
r11318 r11350 46 46 } 47 47 48 if (fragment == null) 49 throw new InvalidOperationException("Could not identify crossover fragment."); 50 48 // if the fragment is null it means that nodes0 is identical with childNodes (in other words crossover did nothing) 51 49 arcs[0].Data = null; 52 50 arcs[1].Data = fragment;
Note: See TracChangeset
for help on using the changeset viewer.