Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/29/10 18:50:00 (14 years ago)
Author:
mkommend
Message:

Refactored Operators.* (ticket #922).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CloningRefactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/Moves/AdditiveMoveGenerator.cs

    r4672 r4673  
    2020#endregion
    2121
     22using HeuristicLab.Common;
    2223using HeuristicLab.Core;
    2324using HeuristicLab.Data;
     
    2627using HeuristicLab.Parameters;
    2728using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    28 using HeuristicLab.Common;
    2929
    3030namespace HeuristicLab.Encodings.RealVectorEncoding {
     
    6363    }
    6464
    65     public override IDeepCloneable Clone(Cloner cloner) {
    66       return new AdditiveMoveGenerator(this, cloner);
    67     }
    68 
    6965    public override IOperation Apply() {
    7066      RealVector vector = RealVectorParameter.ActualValue;
Note: See TracChangeset for help on using the changeset viewer.