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:
301 bytes
|
Line | |
---|
1 | using HeuristicLab.Optimization;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.Problems.MetaOptimization {
|
---|
4 | /// <summary>
|
---|
5 | /// An interface which represents an evaluation operator for Meta Optimization Problems.
|
---|
6 | /// </summary>
|
---|
7 | public interface IMetaOptimizationEvaluator : ISingleObjectiveEvaluator { }
|
---|
8 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.