Changeset 16728 for branches/1614_GeneralizedQAP/HeuristicLab.OptimizationExpertSystem.Common/3.3/Interfaces/IAlgorithmInstanceRecommender.cs
- Timestamp:
- 03/31/19 14:40:15 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1614_GeneralizedQAP/HeuristicLab.OptimizationExpertSystem.Common/3.3/Interfaces/IAlgorithmInstanceRecommender.cs
r13791 r16728 20 20 #endregion 21 21 22 using HEAL.Attic; 22 23 using HeuristicLab.Core; 23 24 using HeuristicLab.Optimization; 24 25 25 26 namespace HeuristicLab.OptimizationExpertSystem.Common { 27 [StorableType("eaf9f3da-2645-445f-9321-a0e9c6434e79")] 26 28 public interface IAlgorithmInstanceRecommender : IParameterizedItem { 27 29 IRecommendationModel TrainModel(IRun[] problemInstances, KnowledgeCenter kc, string[] characteristics);
Note: See TracChangeset
for help on using the changeset viewer.