Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimSharp/HeuristicLab.Problems.Programmable/3.3/Interfaces/IParameterVectorMoveOperator.cs @ 11363

Last change on this file since 11363 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 
1using HeuristicLab.Optimization;
2
3namespace HeuristicLab.Problems.Programmable {
4  public interface IParameterVectorMoveOperator : IMoveOperator {
5  }
6}
Note: See TracBrowser for help on using the repository browser.