Free cookie consent management tool by TermsFeed Policy Generator

Changeset 5876


Ignore:
Timestamp:
03/30/11 00:49:13 (13 years ago)
Author:
swagner
Message:

Implemented review comments (#1432)

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/EmptyOperator.cs

    r5741 r5876  
    2323using HeuristicLab.Core;
    2424using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    25 using HeuristicLab.PluginInfrastructure;
    2625
    2726namespace HeuristicLab.Operators {
     
    3130  [Item("EmptyOperator", "An operator which represents an empty statement.")]
    3231  [StorableClass]
    33   [NonDiscoverableType]
    3432  public sealed class EmptyOperator : SingleSuccessorOperator {
    3533    [StorableConstructor]
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/MoveEvaluators/RealVectorAdditiveMoveWrapper.cs

    r5445 r5876  
    2222using HeuristicLab.Common;
    2323using HeuristicLab.Encodings.RealVectorEncoding;
     24using HeuristicLab.PluginInfrastructure;
    2425
    2526namespace HeuristicLab.Problems.TestFunctions {
     
    2728  /// This wrapper disguises as real vector for use in the evaluation functions.
    2829  /// </summary>
     30  [NonDiscoverableType]
    2931  internal sealed class RealVectorAdditiveMoveWrapper : RealVector {
    3032    private int dimension;
Note: See TracChangeset for help on using the changeset viewer.