Changeset 14404 for branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/Plugin.cs.frame
- Timestamp:
- 11/21/16 15:52:53 (8 years ago)
- Location:
- branches
- Files:
-
- 2 edited
- 2 copied
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
branches
-
Property
svn:global-ignores
set to
bin
-
Property
svn:global-ignores
set to
-
branches/MOCMAEvolutionStrategy/HeuristicLab.Algorithms.MOCMAEvolutionStrategy/3.3/Plugin.cs.frame
r14269 r14404 26 26 /// Plugin class for HeuristicLab.Algorithms.EvolutionStrategy plugin. 27 27 /// </summary> 28 [Plugin("HeuristicLab.Algorithms.MOCMAEvolutionStrategy", "3.3. 23.$WCREV$")]28 [Plugin("HeuristicLab.Algorithms.MOCMAEvolutionStrategy", "3.3.14.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Algorithms.MOCMAEvolutionStrategy-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.ALGLIB", "3.7")] … … 42 42 [PluginDependency("HeuristicLab.Persistence", "3.3")] 43 43 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 44 [PluginDependency("HeuristicLab.Problems. MultiObjectiveTestFunctions", "3.3")]44 [PluginDependency("HeuristicLab.Problems.TestFunctions.MultiObjective", "3.3")] 45 45 [PluginDependency("HeuristicLab.Random", "3.3")] 46 46 public class HeuristicLabAlgorithmsMOCMAEvolutionStrategyPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.