Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/10 10:35:28 (14 years ago)
Author:
svonolfe
Message:

Updated the IntegerVector project to use the new solution encodings (#909)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorCrossover.cs

    r3054 r3059  
    2828  /// An interface which represents an operator for crossing vectors of int-valued data.
    2929  /// </summary>
    30   public interface IIntVectorCrossover : IIntVectorOperator, ICrossover {
    31     ILookupParameter<ItemArray<IntArray>> ParentsParameter { get; }
    32     ILookupParameter<IntArray> ChildParameter { get; }
     30  public interface IIntegerVectorCrossover : IIntegerVectorOperator, ICrossover {
     31    ILookupParameter<ItemArray<IntegerVector>> ParentsParameter { get; }
     32    ILookupParameter<IntegerVector> ChildParameter { get; }
    3333  }
    3434}
Note: See TracChangeset for help on using the changeset viewer.