Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces/IParameterConfigurationCreator.cs @ 4839

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

#1215 worked on MetaOptimization

  • split configurations into ValueConfigurations and ParameterConfigurations
File size: 171 bytes
Line 
1using HeuristicLab.Optimization;
2
3namespace HeuristicLab.Problems.MetaOptimization {
4  public interface IParameterConfigurationCreator : ISolutionCreator {
5  }
6}
Note: See TracBrowser for help on using the repository browser.