Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/23/15 15:15:27 (8 years ago)
Author:
mkommend
Message:

#2521: Refactored encodings and problems.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProblemRefactoring/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVector.cs

    r12012 r13336  
    2323using HeuristicLab.Core;
    2424using HeuristicLab.Data;
     25using HeuristicLab.Optimization;
    2526using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2627
     
    2829  [StorableClass]
    2930  [Item("BinaryVector", "Represents a vector of binary values.")]
    30   public class BinaryVector : BoolArray {
     31  public class BinaryVector : BoolArray, ISolution {
    3132    [StorableConstructor]
    3233    protected BinaryVector(bool deserializing) : base(deserializing) { }
Note: See TracChangeset for help on using the changeset viewer.