Changeset 9352 for branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/HeuristicLab.Encodings.DecisionList-3.3.csproj
- Timestamp:
- 04/10/13 15:15:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LearningClassifierSystems/HeuristicLab.Encodings.DecisionList/3.3/HeuristicLab.Encodings.DecisionList-3.3.csproj
r9342 r9352 92 92 <Compile Include="Action\IAction.cs" /> 93 93 <Compile Include="Action\IntAction.cs" /> 94 <Compile Include="Analyzer\BestTrainingDecisionListAnalyzer.cs" /> 94 95 <Compile Include="Creators\UniformRandomDecisionListCreator.cs" /> 95 96 <Compile Include="Crossover\SinglePointCrossover.cs" /> … … 97 98 <Compile Include="DecisionListCrossover.cs" /> 98 99 <Compile Include="DecisionListManipulator.cs" /> 100 <Compile Include="DecisionListNicheComparer.cs" /> 99 101 <Compile Include="DecisionListSolution.cs" /> 100 102 <Compile Include="Evaluator\DecisionListEvaluator.cs" />
Note: See TracChangeset
for help on using the changeset viewer.