Free cookie consent management tool by TermsFeed Policy Generator

source: addons/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces/IParameterConfigurationOperator.cs @ 17029

Last change on this file since 17029 was 4839, checked in by cneumuel, 13 years ago

#1215 worked on MetaOptimization

  • split configurations into ValueConfigurations and ParameterConfigurations
File size: 267 bytes
Line 
1using HeuristicLab.Core;
2
3namespace HeuristicLab.Problems.MetaOptimization {
4  /// <summary>
5  /// An interface which represents an operator dealing with parameter sets.
6  /// </summary>
7  public interface IParameterConfigurationOperator : IOperator { }
8}
Note: See TracBrowser for help on using the repository browser.