source:
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Interfaces/IMetaOptimizationEvaluator.cs
@
4516
Last change on this file since 4516 was 4516, checked in by cneumuel, 14 years ago | |
---|---|
File size: 391 bytes |
Rev | Line | |
---|---|---|
[4516] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | using HeuristicLab.Optimization; | |
6 | ||
7 | namespace HeuristicLab.Problems.MetaOptimization { | |
8 | /// <summary> | |
9 | /// An interface which represents an evaluation operator for Meta Optimization Problems. | |
10 | /// </summary> | |
11 | public interface IMetaOptimizationEvaluator : ISingleObjectiveEvaluator { } | |
12 | } |
Note: See TracBrowser
for help on using the repository browser.