using HeuristicLab.Core; namespace HeuristicLab.Problems.MetaOptimization { /// /// An interface which represents an operator dealing with parameter sets. /// public interface IParameterConfigurationOperator : IOperator { } }