Changeset 16575 for addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/MultiobjectiveBioBoostProblem.cs
- Timestamp:
- 01/28/19 18:24:59 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/MultiobjectiveBioBoostProblem.cs
r13071 r16575 33 33 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 34 34 using System; 35 using HEAL.Attic; 35 36 36 37 namespace HeuristicLab.BioBoost { … … 38 39 [Item("Multiobjective BioBoost Problem", "EU-wide aggregate biomass logistics simulation (multiobjective).")] 39 40 [Creatable("Problems")] 40 [Storable Class]41 [StorableType("1DEF0202-CD83-4310-80FB-751D06A68B7D")] 41 42 public class MultiobjectiveBioBoostProblem : MultiObjectiveHeuristicOptimizationProblem<AggregateEvaluator, BioBoostSolutionCreator>, IStorableContent { 42 43 … … 79 80 #region Construction & Cloning 80 81 [StorableConstructor] 81 protected MultiobjectiveBioBoostProblem( bool isDeserializing) : base(isDeserializing) {}82 protected MultiobjectiveBioBoostProblem(StorableConstructorFlag _) : base(_) { } 82 83 protected MultiobjectiveBioBoostProblem(MultiobjectiveBioBoostProblem orig, Cloner cloner) : base(orig, cloner) { 83 84 RegisterEvents();
Note: See TracChangeset
for help on using the changeset viewer.