Changeset 14602 for branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Problems.ProgramSynthesis
- Timestamp:
- 01/25/17 01:53:30 (8 years ago)
- Location:
- branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Problems.ProgramSynthesis
- Files:
-
- 6 added
- 3 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PushGP/HeuristicLab.Algorithms.PushGP/HeuristicLab.Problems.ProgramSynthesis/Plugin.cs
r14513 r14602 26 26 using HeuristicLab.PluginInfrastructure; 27 27 28 [Plugin("HeuristicLab.Problems.ProgramSynthesis .PushGP", "1.0")]29 [PluginFile("HeuristicLab.Problems.ProgramSynthesis. PushGP.dll", PluginFileType.Assembly)]28 [Plugin("HeuristicLab.Problems.ProgramSynthesis", "1.0")] 29 [PluginFile("HeuristicLab.Problems.ProgramSynthesis.dll", PluginFileType.Assembly)] 30 30 [PluginFile("HeuristicLab.Algorithms.PushGP.dll", PluginFileType.Assembly)] 31 [PluginDependency("HeuristicLab.Problems.ProgramSynthesis.BenchmarkSuite", "1.0")] 31 32 [PluginDependency("HeuristicLab.Random", "3.3")] 33 [PluginDependency("HeuristicLab.Data", "3.3")] 34 [PluginDependency("HeuristicLab.Core", "3.3")] 35 [PluginDependency("HeuristicLab.Common", "3.3")] 36 [PluginDependency("HeuristicLab.Encodings.IntegerVectorEncoding", "3.3")] 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 38 [PluginDependency("HeuristicLab.Persistence", "3.3")] 32 39 public class PushGpPlugin : PluginBase { 33 40
Note: See TracChangeset
for help on using the changeset viewer.