Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/06/10 19:06:26 (15 years ago)
Author:
mkofler
Message:

Worked on #852 (PSO)

File:
1 edited

Legend:

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

    r3415 r3682  
    8181  <ItemGroup>
    8282    <Compile Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs" />
    83     <Compile Include="IRealVectorEncoder.cs" />
    8483    <Compile Include="ParticleSwarmOptimization.cs" />
    8584    <Compile Include="ParticleSwarmOptimizationMainLoop.cs" />
    8685    <Compile Include="PermutationToRealVectorEncoder.cs" />
    8786    <Compile Include="Properties\AssemblyInfo.cs" />
    88     <Compile Include="RealVectorToRealVectorEncoder.cs" />
     87    <Compile Include="ParticleUpdater.cs" />
     88    <Compile Include="SwarmUpdater.cs" />
    8989  </ItemGroup>
    9090  <ItemGroup>
     
    9494  </ItemGroup>
    9595  <ItemGroup>
     96    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     97      <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
     98      <Name>HeuristicLab.Analysis-3.3</Name>
     99    </ProjectReference>
    96100    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    97101      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
Note: See TracChangeset for help on using the changeset viewer.