Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces/IParameterConfigurationEvaluator.cs @ 8661

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

#1215

  • enhanced combinations generator (now with batchruns!)
  • fixed ActualNames for metaopt-alg
  • added penalty for invalid solution-candidates (algs which throw exceptions)
  • migrated to .NET 4.0
File size: 339 bytes
Line 
1using HeuristicLab.Optimization;
2
3namespace HeuristicLab.Problems.MetaOptimization {
4  /// <summary>
5  /// An interface which represents an evaluation operator for Meta Optimization Problems.
6  /// </summary>
7  public interface IParameterConfigurationEvaluator : ISingleObjectiveEvaluator, IParameterConfigurationOperator { }
8}
Note: See TracBrowser for help on using the repository browser.