Last change
on this file was
16996,
checked in by gkronber, 6 years ago
|
#2520 Update plugin dependencies and references for HL.MetaOptimization for new persistence
|
File size:
330 bytes
|
Line | |
---|
1 | using HeuristicLab.Optimization;
|
---|
2 | using HeuristicLab.Core;
|
---|
3 |
|
---|
4 | namespace 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.