Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/04/11 16:34:11 (14 years ago)
Author:
epitzer
Message:

Configurable ParticleUpdater, and topologies, different topology initializers and support for dynamic topology changes (#852)

File:
1 edited

Legend:

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

    r5033 r5209  
    1111    <RootNamespace>HeuristicLab.Algorithms.ParticleSwarmOptimization</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Algorithms.ParticleSwarmOptimization-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    3434    <UseApplicationTrust>false</UseApplicationTrust>
    3535    <BootstrapperEnabled>true</BootstrapperEnabled>
     36    <TargetFrameworkProfile />
    3637  </PropertyGroup>
    3738  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    9192  </PropertyGroup>
    9293  <ItemGroup>
     94    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
     95      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     96    </Reference>
    9397    <Reference Include="System" />
    9498    <Reference Include="System.Core">
     
    106110  <ItemGroup>
    107111    <Compile Include="BestPointInitializer.cs" />
     112    <Compile Include="RandomTopologyInitializer.cs" />
     113    <Compile Include="VonNeumannTopologyInitializer.cs" />
     114    <Compile Include="EmptyTopologyInitializer.cs" />
     115    <Compile Include="RingTopologyInitializer.cs" />
     116    <Compile Include="ITopologyUpdater.cs" />
     117    <Compile Include="IdentityTopologyUpdater.cs" />
     118    <Compile Include="NeighborUpdater.cs" />
     119    <Compile Include="TopologyInitializer.cs" />
     120    <Compile Include="ITopologyInitializer.cs" />
     121    <Compile Include="NeighborhoodParticleUpdater.cs" />
     122    <Compile Include="IParticleUpdater.cs" />
     123    <Compile Include="TotallyConnectedParticleUpdater.cs" />
    108124    <Compile Include="HeuristicLabAlgorithmsParticleSwarmOptimizationPlugin.cs" />
    109125    <Compile Include="ParticleSwarmOptimization.cs" />
Note: See TracChangeset for help on using the changeset viewer.