Changeset 99
- Timestamp:
- 03/25/08 16:34:08 (17 years ago)
- Location:
- trunk/sources
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ES/HeuristicLab.ES.csproj
r92 r99 60 60 </Compile> 61 61 <Compile Include="Properties\AssemblyInfo.cs" /> 62 <Compile Include="SelfAdaptiveMutationStrengthAdjuster.cs" /> 62 63 <Compile Include="VariableStrengthRepeatingManipulator.cs" /> 63 64 </ItemGroup> -
trunk/sources/HeuristicLab.RealVector/HeuristicLab.RealVector.csproj
r86 r99 49 49 <Compile Include="LocalCrossover.cs" /> 50 50 <Compile Include="DiscreteRecombination.cs" /> 51 <Compile Include="SelfAdaptiveDiscreteRecombination.cs" /> 52 <Compile Include="SelfAdaptiveNormalAllPositionsManipulator.cs" /> 51 53 <Compile Include="UniformAllPositionsManipulator.cs" /> 52 54 <Compile Include="UniformRandomRealVectorGenerator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.