Free cookie consent management tool by TermsFeed Policy Generator

source: branches/StackingProblems/HeuristicLab.Encodings.MoveVectorEncoding/3.3/Interfaces/IMoveVectorMultiNeighborhoodShakingOperator.cs @ 14827

Last change on this file since 14827 was 14278, checked in by mzehetho, 8 years ago

Initial Commit for ticket #2605

Implemented:

  • Encoding
  • Moves
  • Views
  • Blocks World Problem
  • Blocks Relocation Problem
  • Stacking Problem
File size: 311 bytes
Line 
1using HeuristicLab.Core;
2using HeuristicLab.Data.MoveVectorData;
3
4namespace HeuristicLab.Encodings.MoveVectorEncoding.Interfaces
5{
6    public interface IMoveVectorMultiNeighborhoodShakingOperator : IMoveVectorOperator
7    {
8        ILookupParameter<MoveVector> MoveVectorParameter { get; }
9    }
10}
Note: See TracBrowser for help on using the repository browser.