Changeset 2212 for branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/LangdonHomologousCrossOver.cs
- Timestamp:
- 07/30/09 10:47:00 (15 years ago)
- Location:
- branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators
- Files:
-
- 2 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/GP-Refactoring-713/sources/HeuristicLab.GP.Operators/3.3/Recombination/LangdonHomologousCrossOver.cs
r2210 r2212 22 22 using System; 23 23 using System.Collections.Generic; 24 using System.Linq;25 using System.Text;26 using HeuristicLab.Core;27 using HeuristicLab.Operators;28 24 using HeuristicLab.Random; 29 using HeuristicLab.Data;30 using HeuristicLab.Constraints;31 using System.Diagnostics;32 25 using HeuristicLab.GP.Interfaces; 33 26 34 namespace HeuristicLab.GP {27 namespace HeuristicLab.GP.Operators { 35 28 /// <summary> 36 29 /// Implementation of a homologous crossover operator as described in:
Note: See TracChangeset
for help on using the changeset viewer.