Changeset 1413
- Timestamp:
- 03/25/09 13:22:21 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.SimOpt
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.SimOpt/HeuristicLab.SimOpt.csproj
r1412 r1413 73 73 </Compile> 74 74 <Compile Include="IntParameterBoundConstraint.cs" /> 75 <Compile Include="NumericDataRoundedAverageMultiCrossover.cs"> 76 <SubType>Code</SubType> 77 </Compile> 75 78 <Compile Include="SimOptCrossoverPreparator.cs" /> 79 <Compile Include="SimOptSelfAdaptiveNumericVectorNormalMutation.cs"> 80 <SubType>Code</SubType> 81 </Compile> 82 <Compile Include="SimOptSelfAdaptiveNumericVectorProbabilityMutation.cs"> 83 <SubType>Code</SubType> 84 </Compile> 76 85 <Compile Include="SimOptSequentialSubOperatorProcessor.cs" /> 77 86 <Compile Include="SimOptSquentialSubOperatorCrossover.cs" /> -
trunk/sources/HeuristicLab.SimOpt/HeuristicLabSimOptPlugin.cs
r637 r1413 35 35 [Dependency(Dependency = "HeuristicLab.Evolutionary-3.2")] 36 36 [Dependency(Dependency = "HeuristicLab.Selection-3.2")] 37 [Dependency(Dependency = "HeuristicLab.Random-3.2")] 37 38 public class HeuristicLabSimOptPlugin : PluginBase { 38 39 }
Note: See TracChangeset
for help on using the changeset viewer.