Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/09/11 12:42:41 (13 years ago)
Author:
mkofler
Message:

#852: PSO code refactoring. Cleanup and minor improvements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj

    r5581 r5643  
    112112    <Compile Include="VonNeumannTopologyInitializer.cs" />
    113113    <Compile Include="RingTopologyInitializer.cs" />
    114     <Compile Include="NeighborUpdater.cs" />
    115114    <Compile Include="TopologyInitializer.cs" />
    116115    <Compile Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs" />
     
    160159      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    161160      <Name>HeuristicLab.Data-3.3</Name>
    162     </ProjectReference>
    163     <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    164       <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
    165       <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    166     </ProjectReference>
    167     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    168       <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
    169       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    170161    </ProjectReference>
    171162    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.