Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/02/12 18:08:52 (12 years ago)
Author:
abeham
Message:

#1775:

  • Updated documentation and error messages
  • Added an extra base class to unify the implementation of the round methods
File:
1 edited

Legend:

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

    r7259 r8184  
    2222using HeuristicLab.Common;
    2323using HeuristicLab.Core;
    24 using HeuristicLab.Operators;
    2524using HeuristicLab.Optimization;
    2625using HeuristicLab.Parameters;
     
    3332  [Item("IntegerVectorCrossover", "A base class for operators that perform a crossover of int-valued vectors.")]
    3433  [StorableClass]
    35   public abstract class IntegerVectorCrossover : SingleSuccessorOperator, IIntegerVectorCrossover, IStochasticOperator {
     34  public abstract class IntegerVectorCrossover : IntegerVectorOperator, IIntegerVectorCrossover, IStochasticOperator {
    3635    public override bool CanChangeName {
    3736      get { return false; }
Note: See TracChangeset for help on using the changeset viewer.