Last change
on this file since 8790 was
5111,
checked in by cneumuel, 14 years ago
|
#1215
- improved exchangeability of crossover and mutation operators for parameter values
|
File size:
420 bytes
|
Rev | Line | |
---|
[5009] | 1 | using System;
|
---|
| 2 | using System.Collections.Generic;
|
---|
| 3 | using System.Linq;
|
---|
| 4 | using System.Text;
|
---|
| 5 | using HeuristicLab.Optimization;
|
---|
| 6 | using HeuristicLab.Core;
|
---|
| 7 |
|
---|
| 8 | namespace HeuristicLab.Problems.MetaOptimization {
|
---|
| 9 | public interface IParameterConfigurationManipulator : IParameterConfigurationOperator, IManipulator {
|
---|
[5111] | 10 | IValueLookupParameter<ParameterConfigurationTree> ParameterConfigurationTreeParameter { get; }
|
---|
[5009] | 11 | }
|
---|
| 12 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.