Changeset 9129 for branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding
- Timestamp:
- 01/09/13 04:23:10 (12 years ago)
- Location:
- branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding/3.3
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CMAES/HeuristicLab.Encodings.RealVectorEncoding/3.3/HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj
r9122 r9129 99 99 </PropertyGroup> 100 100 <ItemGroup> 101 <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">102 <SpecificVersion>False</SpecificVersion>103 <HintPath>..\..\..\..\trunk\sources\bin\ALGLIB-3.6.0.dll</HintPath>104 <Private>False</Private>105 </Reference>106 101 <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 107 102 <SpecificVersion>False</SpecificVersion> … … 173 168 </ItemGroup> 174 169 <ItemGroup> 175 <Compile Include="CMAESOperators\CMAAnalyzer.cs" />176 <Compile Include="CMAESOperators\CMARecombinator.cs" />177 <Compile Include="CMAESOperators\CMAParameters.cs" />178 <Compile Include="CMAESOperators\CMAInitializer.cs" />179 <Compile Include="CMAESOperators\CMAMutator.cs" />180 <Compile Include="CMAESOperators\CMAUpdater.cs" />181 170 <Compile Include="Interfaces\IRealVectorMultiNeighborhoodShakingOperator.cs" /> 182 171 <Compile Include="ParticleOperators\RealVectorParticleCreator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.