Changeset 1906 for trunk/sources/HeuristicLab.Modeling
- Timestamp:
- 05/27/09 13:22:41 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Modeling/3.2
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Modeling/3.2/HeuristicLab.Modeling-3.2.csproj
r1888 r1906 83 83 <ItemGroup> 84 84 <Compile Include="ClassificationProblemInjector.cs" /> 85 <Compile Include="Model.cs" /> 86 <Compile Include="IModel.cs" /> 85 87 <Compile Include="SimpleEvaluatorBase.cs" /> 86 88 <Compile Include="ITimeSeriesAlgorithm.cs" /> -
trunk/sources/HeuristicLab.Modeling/3.2/IAlgorithm.cs
r1857 r1906 31 31 IOperator ProblemInjector { get; set; } 32 32 IEngine Engine { get; } 33 34 IModel Model { get; } 33 35 } 34 36 }
Note: See TracChangeset
for help on using the changeset viewer.