- Timestamp:
- 03/22/11 16:45:46 (14 years ago)
- Location:
- branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3
- Files:
-
- 1 edited
- 9 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/DataAnalysis Refactoring/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r5385 r5796 104 104 </ItemGroup> 105 105 <ItemGroup> 106 <Compile Include="ParticleOperators\RealVectorParticleCreator.cs" /> 106 107 <Compile Include="Crossovers\BlendAlphaBetaCrossover.cs" /> 107 108 <Compile Include="Interfaces\IRealVectorManipulator.cs" /> … … 111 112 <Compile Include="BoundsChecker.cs" /> 112 113 <Compile Include="Creators\UniformRandomRealVectorCreator.cs" /> 114 <Compile Include="Interfaces\IRealVectorParticleCreator.cs" /> 115 <Compile Include="Interfaces\IRealVectorParticleUpdater.cs" /> 116 <Compile Include="Interfaces\IRealVectorSwarmUpdater.cs" /> 113 117 <Compile Include="Manipulators\SelfAdaptiveNormalAllPositionsManipulator.cs" /> 118 <Compile Include="ParticleOperators\RealVectorNeighborhoodParticleUpdater.cs" /> 119 <Compile Include="ParticleOperators\RealVectorParticleUpdater.cs" /> 120 <Compile Include="ParticleOperators\RealVectorSwarmUpdater.cs" /> 121 <Compile Include="ParticleOperators\RealVectorTotallyConnectedParticleUpdater.cs" /> 114 122 <Compile Include="RealVectorCreator.cs" /> 115 123 <Compile Include="RealVectorCrossover.cs" /> … … 230 238 </BootstrapperPackage> 231 239 </ItemGroup> 240 <ItemGroup /> 232 241 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 233 242 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.