Changeset 9242 for branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj
- Timestamp:
- 02/25/13 12:37:18 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.CombinedIntegerVectorEncoding/3.3/HeuristicLab.Encodings.CombinedIntegerVectorEncoding-3.3.csproj
r9228 r9242 128 128 <Compile Include="Creators\UniformRandomCombinedIntegerVectorCreator.cs" /> 129 129 <Compile Include="Crossovers\SinglePointCrossover.cs" /> 130 <Compile Include="Interfaces\ICombinedIntegerVectorClassificationProblem.cs" /> 131 <Compile Include="Interfaces\ICombinedIntegerVectorClassificationProblemData.cs" /> 130 132 <Compile Include="Interfaces\ICombinedIntegerVectorManipulator.cs" /> 131 133 <Compile Include="Interfaces\ICombinedIntegerVectorCrossover.cs" /> 132 <Compile Include="Interfaces\IBoundedCombinedIntegerVectorOperator.cs" />133 134 <Compile Include="Interfaces\ICombinedIntegerVectorCreator.cs" /> 134 135 <Compile Include="Interfaces\ICombinedIntegerVectorOperator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.