Changeset 16532 for branches/2521_ProblemRefactoring/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces
- Timestamp:
- 01/14/19 22:33:44 (6 years ago)
- Location:
- branches/2521_ProblemRefactoring/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2521_ProblemRefactoring/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/Interfaces/IBinaryVectorCrossover.cs
r14429 r16532 22 22 using HeuristicLab.Core; 23 23 using HeuristicLab.Optimization; 24 using HeuristicLab.Optimization.Crossover;25 24 26 25 namespace HeuristicLab.Encodings.BinaryVectorEncoding { … … 32 31 ILookupParameter<BinaryVector> ChildParameter { get; } 33 32 } 34 35 // TODO: probably unecessary36 public interface IBinaryCrossover<TContext> : ICrossover<TContext> { }37 33 }
Note: See TracChangeset
for help on using the changeset viewer.