Last change
on this file since 11315 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:
204 bytes
|
Line | |
---|
1 | using HeuristicLab.Optimization;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.Problems.MetaOptimization {
|
---|
4 | public interface IParameterConfigurationCreator : ISolutionCreator, IParameterConfigurationOperator {
|
---|
5 | }
|
---|
6 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.