Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/11 21:34:45 (13 years ago)
Author:
abeham
Message:

#852

  • Made public properties that redirect to ActualValue.Value private or protected
  • Sealed all of the specific operators
  • Removed files that are present in the repository, but are not included in the project
  • Removed .sln file (is this still needed?)
  • Added license headers to some files
  • Unified the pattern for writing the constructors similar to other files in the trunk
  • Corrected assembly and plugin version from 3.3.0.x to 3.3.2.x
  • Fixed the wiring in the VelocityBoundsModifier
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/ITopologyInitializer.cs

    r5410 r5435  
    2323using HeuristicLab.Data;
    2424using HeuristicLab.Encodings.IntegerVectorEncoding;
    25 using HeuristicLab.Parameters;
     25
    2626namespace HeuristicLab.Algorithms.ParticleSwarmOptimization {
    27 
    2827  public interface ITopologyInitializer : IOperator {
    2928    IScopeTreeLookupParameter<IntegerVector> NeighborsParameter { get; }
    3029    ILookupParameter<IntValue> SwarmSizeParameter { get; }
    3130  }
    32 
    3331}
Note: See TracChangeset for help on using the changeset viewer.