- Timestamp:
- 11/24/15 17:08:13 (9 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptyAlgorithm.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 29 29 namespace HeuristicLab.Clients.OKB.RunCreation { 30 30 [Item("Empty Algorithm", "A dummy algorithm which serves as a placeholder and cannot be executed.")] 31 [StorableClass ]31 [StorableClass("456A2D43-0C56-4473-A444-E488922D3790")] 32 32 [NonDiscoverableType] 33 33 public sealed class EmptyAlgorithm : HeuristicLab.Optimization.Algorithm { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptyEvaluator.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 30 30 namespace HeuristicLab.Clients.OKB.RunCreation { 31 31 [Item("EmptyEvaluator", "A dummy evaluator which throws an exception when executed.")] 32 [StorableClass ]32 [StorableClass("965FB595-446C-41B3-955B-C224A023CAC9")] 33 33 [NonDiscoverableType] 34 34 public sealed class EmptyEvaluator : Operator, IEvaluator { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptyMultiObjectiveEvaluator.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 32 32 namespace HeuristicLab.Clients.OKB.RunCreation { 33 33 [Item("EmptyMultiObjectiveEvaluator", "A dummy multi-objective evaluator which throws an exception when executed.")] 34 [StorableClass ]34 [StorableClass("C8AF966D-3637-44E2-9A8D-892B1C0DBEB0")] 35 35 [NonDiscoverableType] 36 36 public sealed class EmptyMultiObjectiveEvaluator : Operator, IMultiObjectiveEvaluator { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptyMultiObjectiveProblem.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 28 28 namespace HeuristicLab.Clients.OKB.RunCreation { 29 29 [Item("Empty Multi-Objective Problem", "A dummy multi-objective problem which serves as a placeholder and cannot be solved.")] 30 [StorableClass ]30 [StorableClass("1709CE7C-F568-4119-B21D-DC84ACF2951A")] 31 31 [NonDiscoverableType] 32 32 public sealed class EmptyMultiObjectiveProblem : MultiObjectiveHeuristicOptimizationProblem<EmptyMultiObjectiveEvaluator, EmptySolutionCreator> { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptyProblem.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 28 28 namespace HeuristicLab.Clients.OKB.RunCreation { 29 29 [Item("Empty Problem", "A dummy problem which serves as a placeholder and cannot be solved.")] 30 [StorableClass ]30 [StorableClass("BB40CB42-245F-4C27-B5F3-79D8BD717795")] 31 31 [NonDiscoverableType] 32 32 public sealed class EmptyProblem : HeuristicOptimizationProblem<EmptyEvaluator, EmptySolutionCreator> { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySingleObjectiveEvaluator.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 31 31 namespace HeuristicLab.Clients.OKB.RunCreation { 32 32 [Item("EmptySingleObjectiveEvaluator", "A dummy single-objective evaluator which throws an exception when executed.")] 33 [StorableClass ]33 [StorableClass("0510FF22-0984-4617-9F4B-149503DC2CE1")] 34 34 [NonDiscoverableType] 35 35 public sealed class EmptySingleObjectiveEvaluator : Operator, ISingleObjectiveEvaluator { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySingleObjectiveProblem.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 28 28 namespace HeuristicLab.Clients.OKB.RunCreation { 29 29 [Item("Empty Single-Objective Problem", "A dummy single-objective problem which serves as a placeholder and cannot be solved.")] 30 [StorableClass ]30 [StorableClass("3B6FC72F-052E-4F45-8947-5FD111D2858A")] 31 31 [NonDiscoverableType] 32 32 public sealed class EmptySingleObjectiveProblem : SingleObjectiveHeuristicOptimizationProblem<EmptySingleObjectiveEvaluator, EmptySolutionCreator> { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySolutionCreator.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 30 30 namespace HeuristicLab.Clients.OKB.RunCreation { 31 31 [Item("EmptySolutionCreator", "A dummy solution creator which throws an exception when executed.")] 32 [StorableClass ]32 [StorableClass("709F5794-AF7D-4611-A2E1-01A44C0104D6")] 33 33 [NonDiscoverableType] 34 34 public sealed class EmptySolutionCreator : Operator, ISolutionCreator { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/ItemWrapper.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 29 29 namespace HeuristicLab.Clients.OKB.RunCreation { 30 30 [Item("ItemWrapper", "A wrapper which wraps an IItem.")] 31 [StorableClass ]31 [StorableClass("1B7BC7C9-DA34-40B6-9F34-A1BCA88066E2")] 32 32 [NonDiscoverableType] 33 33 public class ItemWrapper<T> : IItem where T : class, IItem { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/MultiObjectiveOKBProblem.cs
r12504 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 29 29 [Item("OKB Problem (multi-objective)", "Represents a multi-objective problem which is stored in the OKB.")] 30 30 [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 120)] 31 [StorableClass ]31 [StorableClass("9F1F2ED8-E3E9-428A-B864-3989EC50C3A5")] 32 32 public sealed class MultiObjectiveOKBProblem : OKBProblem, IMultiObjectiveHeuristicOptimizationProblem, IStorableContent { 33 33 public string Filename { get; set; } -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/NamedItemWrapper.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 28 28 namespace HeuristicLab.Clients.OKB.RunCreation { 29 29 [Item("NamedItemWrapper", "A wrapper which wraps an INamedItem.")] 30 [StorableClass ]30 [StorableClass("F4827304-4B4F-4735-B8C5-AA07D2EBE838")] 31 31 [NonDiscoverableType] 32 32 public class NamedItemWrapper<T> : ItemWrapper<T>, INamedItem where T : class, INamedItem { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBAlgorithm.cs
r12504 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 36 36 [Item("OKB Algorithm", "An algorithm which is stored in the OKB.")] 37 37 [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 100)] 38 [StorableClass ]38 [StorableClass("5C022586-A7A9-43FC-886A-6556C0664CC6")] 39 39 public sealed class OKBAlgorithm : Item, IAlgorithm, IStorableContent { 40 40 public string Filename { get; set; } -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBProblem.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 32 32 namespace HeuristicLab.Clients.OKB.RunCreation { 33 33 [Item("OKB Problem", "A base class for problems which are stored in the OKB.")] 34 [StorableClass ]34 [StorableClass("8E679CF3-2083-4708-917F-D83CD67FE546")] 35 35 public abstract class OKBProblem : Item, IHeuristicOptimizationProblem { 36 36 public virtual Type ProblemType { -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/OKBRun.cs
r12012 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 35 35 namespace HeuristicLab.Clients.OKB.RunCreation { 36 36 [Item("OKB Run", "The parameters and results of an algorithm run which are stored in the OKB.")] 37 [StorableClass ]37 [StorableClass("D4BC7184-5F42-49A5-A43E-BD8D5295266F")] 38 38 public sealed class OKBRun : NamedItemWrapper<IRun>, IRun, IStorableContent { 39 39 public string Filename { get; set; } -
branches/PersistenceOverhaul/HeuristicLab.Clients.OKB/3.3/RunCreation/SingleObjectiveOKBProblem.cs
r12504 r13368 1 #region License Information1 #region License Information 2 2 /* HeuristicLab 3 3 * Copyright (C) 2002-2015 Heuristic and Evolutionary Algorithms Laboratory (HEAL) … … 29 29 [Item("OKB Problem (single-objective)", "Represents a single-objective problem which is stored in the OKB.")] 30 30 [Creatable(CreatableAttribute.Categories.TestingAndAnalysisOKB, Priority = 110)] 31 [StorableClass ]31 [StorableClass("CB543CA3-0480-475F-AC99-0F6765F229BE")] 32 32 public sealed class SingleObjectiveOKBProblem : OKBProblem, ISingleObjectiveHeuristicOptimizationProblem, IStorableContent { 33 33 public string Filename { get; set; }
Note: See TracChangeset
for help on using the changeset viewer.