Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/02/12 00:29:39 (12 years ago)
Author:
abeham
Message:

#1775: added branch of plugin and new operators

Location:
branches/IntegerVectorEncoding/HeuristicLab.Encodings.IntegerVectorEncoding
Files:
1 added
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/IntegerVectorEncoding/HeuristicLab.Encodings.IntegerVectorEncoding/3.3/Interfaces/IIntegerVectorCreator.cs

    r7259 r7681  
    2828  /// An interface which represents an operator for creating vectors of int-valued data.
    2929  /// </summary>
    30   public interface IIntegerVectorCreator : IIntegerVectorOperator, ISolutionCreator {
     30  public interface IIntegerVectorCreator : ISolutionCreator, IBoundedIntegerVectorOperator {
    3131    IValueLookupParameter<IntValue> LengthParameter { get; }
    32     IValueLookupParameter<IntValue> MinimumParameter { get; }
    33     IValueLookupParameter<IntValue> MaximumParameter { get; }
    3432    ILookupParameter<IntegerVector> IntegerVectorParameter { get; }
    3533  }
Note: See TracChangeset for help on using the changeset viewer.