Changeset 295 for branches/3.0/sources
- Timestamp:
- 06/05/08 10:32:19 (16 years ago)
- Location:
- branches/3.0/sources/HeuristicLab.RealVector
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/sources/HeuristicLab.RealVector/HeuristicLab.RealVector.csproj
r111 r295 46 46 <Compile Include="CompleteContinuousCrossover.cs" /> 47 47 <Compile Include="BoundsChecker.cs" /> 48 <Compile Include="ContinuousManipulator.cs" /> 48 49 <Compile Include="DiscreteCrossover.cs" /> 49 50 <Compile Include="DiscreteMultiCrossover.cs" /> -
branches/3.0/sources/HeuristicLab.RealVector/MichalewiczNonUniformAllPositionsManipulator.cs
r104 r295 69 69 } 70 70 } 71 72 71 return vector; 73 72 } -
branches/3.0/sources/HeuristicLab.RealVector/MichalewiczNonUniformOnePositionManipulator.cs
r104 r295 68 68 vector[pos] = vector[pos] - Delta(random, currentGeneration, vector[pos] - min, maximumGenerations, generationsDependency); 69 69 } 70 71 70 return vector; 72 71 }
Note: See TracChangeset
for help on using the changeset viewer.