Last change
on this file since 11582 was
11484,
checked in by abeham, 10 years ago
|
#2174: Major refactoring
- Removed ProblemDefinitionHosts
- Renamed ParameterVector to Individual
- Renamed Configuration to Encoding
- Changed handling of existing operators that they will not be removed and recreated, but only rewired
|
File size:
162 bytes
|
Line | |
---|
1 | using HeuristicLab.Optimization;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.Problems.Programmable {
|
---|
4 | public interface ISingleObjectiveMoveOperator : IMoveOperator {
|
---|
5 | }
|
---|
6 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.