Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Interfaces/ISingleObjectiveMoveOperator.cs @ 11484

Last change on this file since 11484 was 11484, checked in by abeham, 9 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 
1using HeuristicLab.Optimization;
2
3namespace HeuristicLab.Problems.Programmable {
4  public interface ISingleObjectiveMoveOperator : IMoveOperator {
5  }
6}
Note: See TracBrowser for help on using the repository browser.