Changeset 12708 for stable/HeuristicLab.Clients.OKB/3.3/RunCreation
- Timestamp:
- 07/10/15 12:11:55 (9 years ago)
- Location:
- stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
stable
- Property svn:mergeinfo changed
/trunk/sources merged: 12305,12393,12397-12401,12504,12506,12512,12622,12649,12664
- Property svn:mergeinfo changed
-
stable/HeuristicLab.Clients.OKB/3.3/RunCreation/MultiObjectiveOKBProblem.cs
r12009 r12708 27 27 28 28 namespace HeuristicLab.Clients.OKB.RunCreation { 29 [Item(" Multi-Objective OKB Problem", "Represents a multi-objective problem which is stored in the OKB.")]30 [Creatable( "Optimization Knowledge Base (OKB)")]29 [Item("OKB Problem (multi-objective)", "Represents a multi-objective problem which is stored in the OKB.")] 30 [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 120)] 31 31 [StorableClass] 32 32 public sealed class MultiObjectiveOKBProblem : OKBProblem, IMultiObjectiveHeuristicOptimizationProblem, IStorableContent { -
stable/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs
r12009 r12708 35 35 namespace HeuristicLab.Clients.OKB.RunCreation { 36 36 [Item("OKB Algorithm", "An algorithm which is stored in the OKB.")] 37 [Creatable( "Optimization Knowledge Base (OKB)")]37 [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 100)] 38 38 [StorableClass] 39 39 public sealed class OKBAlgorithm : Item, IAlgorithm, IStorableContent { -
stable/HeuristicLab.Clients.OKB/3.3/RunCreation/SingleObjectiveOKBProblem.cs
r12009 r12708 27 27 28 28 namespace HeuristicLab.Clients.OKB.RunCreation { 29 [Item(" Single-Objective OKB Problem", "Represents a single-objective problem which is stored in the OKB.")]30 [Creatable( "Optimization Knowledge Base (OKB)")]29 [Item("OKB Problem (single-objective)", "Represents a single-objective problem which is stored in the OKB.")] 30 [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 110)] 31 31 [StorableClass] 32 32 public sealed class SingleObjectiveOKBProblem : OKBProblem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent {
Note: See TracChangeset
for help on using the changeset viewer.