Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/22/11 16:45:46 (13 years ago)
Author:
mkommend
Message:

#1418: Merged trunk changes into branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DataAnalysis Refactoring/HeuristicLab.Algorithms.ParticleSwarmOptimization/3.3/HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3.csproj

    r5426 r5796  
    106106  </ItemGroup>
    107107  <ItemGroup>
    108     <Compile Include="BestPointInitializer.cs" />
    109     <Compile Include="IDiscreteDoubleMatrixModifier.cs" />
    110     <Compile Include="IGlobalParticleUpdater.cs" />
    111     <Compile Include="ILocalParticleUpdater.cs" />
    112108    <Compile Include="MultiPSOTopologyUpdater.cs" />
     109    <Compile Include="ParticleSwarmOptimizationMainLoop.cs" />
    113110    <Compile Include="VelocityBoundsModifier.cs" />
    114111    <Compile Include="RandomTopologyInitializer.cs" />
    115112    <Compile Include="VonNeumannTopologyInitializer.cs" />
    116113    <Compile Include="RingTopologyInitializer.cs" />
    117     <Compile Include="ITopologyUpdater.cs" />
    118     <Compile Include="NeighborUpdater.cs" />
    119114    <Compile Include="TopologyInitializer.cs" />
    120     <Compile Include="ITopologyInitializer.cs" />
    121     <Compile Include="NeighborhoodParticleUpdater.cs" />
    122     <Compile Include="IParticleUpdater.cs" />
    123     <Compile Include="TotallyConnectedParticleUpdater.cs" />
    124115    <Compile Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs" />
    125116    <Compile Include="ParticleSwarmOptimization.cs" />
    126117    <Compile Include="Properties\AssemblyInfo.cs" />
    127     <Compile Include="ParticleUpdater.cs" />
    128     <Compile Include="SwarmUpdater.cs" />
    129118  </ItemGroup>
    130119  <ItemGroup>
     
    170159      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    171160      <Name>HeuristicLab.Data-3.3</Name>
    172     </ProjectReference>
    173     <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    174       <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
    175       <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    176     </ProjectReference>
    177     <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
    178       <Project>{BB6D334A-4BB6-4674-9883-31A6EBB32CAB}</Project>
    179       <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
    180161    </ProjectReference>
    181162    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.