Changeset 13787 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/Interfaces
- Timestamp:
- 04/24/16 10:03:52 (9 years ago)
- Location:
- branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/Interfaces
- Files:
-
- 2 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/Interfaces/IAlgorithmInstanceRecommender.cs
r13786 r13787 20 20 #endregion 21 21 22 using HeuristicLab.Common; 23 using HeuristicLab.Optimization; 24 using System.Collections.Generic; 22 using HeuristicLab.Core; 25 23 26 24 namespace HeuristicLab.OptimizationExpertSystem.Common { 27 public interface IAlgorithmInstanceRecommender : I Content{28 I Enumerable<IAlgorithm> GetRanking();25 public interface IAlgorithmInstanceRecommender : IParameterizedItem { 26 IRecommendationModel TrainModel(KnowledgeCenter kc, string[] characteristics); 29 27 } 30 28 }
Note: See TracChangeset
for help on using the changeset viewer.