Last change
on this file since 11396 was
11363,
checked in by abeham, 10 years ago
|
#2174:
- Removed SimSharp reference (not the purpose of this branch anymore)
- Fixed bugs regarding parameter names when no parameter have been defined
- Added a method to the problem definition to retrieve a neighborhood solution
- Programmable problem now works with LocalSearch and SimulatedAnnealing
|
File size:
162 bytes
|
Line | |
---|
1 | using HeuristicLab.Optimization;
|
---|
2 |
|
---|
3 | namespace HeuristicLab.Problems.Programmable {
|
---|
4 | public interface IParameterVectorMoveOperator : IMoveOperator {
|
---|
5 | }
|
---|
6 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.