Last change
on this file since 15632 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:
1022 bytes
|
Rev | Line | |
---|
[14278] | 1 | using HeuristicLab.PluginInfrastructure;
|
---|
| 2 |
|
---|
| 3 | namespace HeuristicLab.Encodings.MoveVectorEncoding
|
---|
| 4 | {
|
---|
| 5 | [Plugin("HeuristicLab.Encodings.MoveVectorEncoding", "Provides operators and related classes for the MoveVector encoding.", "3.3.1.1")]
|
---|
| 6 | [PluginFile("HeuristicLab.Encodings.MoveVectorEncoding-3.3.dll", PluginFileType.Assembly)]
|
---|
| 7 | [PluginDependency("HeuristicLab.Collections", "3.3")]
|
---|
| 8 | [PluginDependency("HeuristicLab.Common", "3.3")]
|
---|
| 9 | [PluginDependency("HeuristicLab.Core", "3.3")]
|
---|
| 10 | [PluginDependency("HeuristicLab.Data", "3.3")]
|
---|
| 11 | [PluginDependency("HeuristicLab.Data.MoveVectorData", "3.3")]
|
---|
| 12 | [PluginDependency("HeuristicLab.Operators", "3.3")]
|
---|
| 13 | [PluginDependency("HeuristicLab.Optimization", "3.3")]
|
---|
| 14 | [PluginDependency("HeuristicLab.Optimization.Operators", "3.3")]
|
---|
| 15 | [PluginDependency("HeuristicLab.Parameters", "3.3")]
|
---|
| 16 | [PluginDependency("HeuristicLab.Persistence", "3.3")]
|
---|
| 17 | public class HeuristicLabEncodingsMoveVectorEncodingPlugin : PluginBase
|
---|
| 18 | {
|
---|
| 19 | }
|
---|
| 20 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.