Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/MultiObjectiveOptimizationSupportScript.cs
r13368 r14711 28 28 namespace HeuristicLab.Problems.ExternalEvaluation { 29 29 [Item("ProblemDefinitionScript", "Script that defines the parameter vector and evaluates the solution for a programmable problem.")] 30 [Storable Class("868702DE-4514-4F32-8E73-F602D9E8B7A8")]30 [StorableType("868702DE-4514-4F32-8E73-F602D9E8B7A8")] 31 31 public sealed class MultiObjectiveOptimizationSupportScript : OptimizationSupportScript<IMultiObjectiveOptimizationSupport>, IMultiObjectiveOptimizationSupport { 32 32 [StorableConstructor] -
branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/SingleObjectiveOptimizationSupportScript.cs
r13368 r14711 29 29 namespace HeuristicLab.Problems.ExternalEvaluation { 30 30 [Item("ProblemDefinitionScript", "Script that defines the parameter vector and evaluates the solution for a programmable problem.")] 31 [Storable Class("B494EF47-B663-4015-8022-693E327E2764")]31 [StorableType("B494EF47-B663-4015-8022-693E327E2764")] 32 32 public sealed class SingleObjectiveOptimizationSupportScript : OptimizationSupportScript<ISingleObjectiveOptimizationSupport>, ISingleObjectiveOptimizationSupport { 33 33 [StorableConstructor] -
branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation/3.4/Programmable/Templates.resx
r13183 r14711 119 119 </resheader> 120 120 <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> 121 <data name="CompiledMultiObjectiveOptimizationSupport" type="System.Resources.ResXFileRef, System.Windows.Forms">121 <data name="CompiledMultiObjectiveOptimizationSupport" memberSelection="System.Resources.ResXFileRef, System.Windows.Forms"> 122 122 <value>compiledmultiobjectiveoptimizationsupport.cs;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> 123 123 </data> 124 <data name="CompiledSingleObjectiveOptimizationSupport" type="System.Resources.ResXFileRef, System.Windows.Forms">124 <data name="CompiledSingleObjectiveOptimizationSupport" memberSelection="System.Resources.ResXFileRef, System.Windows.Forms"> 125 125 <value>CompiledSingleObjectiveOptimizationSupport.cs;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value> 126 126 </data>
Note: See TracChangeset
for help on using the changeset viewer.