Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces/IParameterConfigurationManipulator.cs @ 16996

Last change on this file since 16996 was 16996, checked in by gkronber, 5 years ago

#2520 Update plugin dependencies and references for HL.MetaOptimization for new persistence

File size: 330 bytes
Line 
1using HeuristicLab.Optimization;
2using HeuristicLab.Core;
3
4namespace HeuristicLab.Problems.MetaOptimization {
5  public interface IParameterConfigurationManipulator : IParameterConfigurationOperator, IManipulator {
6    IValueLookupParameter<ParameterConfigurationTree> ParameterConfigurationTreeParameter { get; }
7  }
8}
Note: See TracBrowser for help on using the repository browser.