Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3/MatlabParameterOptimizationProblem.cs
r13368 r14711 29 29 namespace HeuristicLab.Problems.ExternalEvaluation.Matlab { 30 30 [Item("MATLAB Parameter Optimization Problem", "Optimization of a parameter vector which is evaluated in MATLAB.")] 31 [Storable Class("D208278D-2DFE-4B68-ACF1-4210338090EA")]31 [StorableType("D208278D-2DFE-4B68-ACF1-4210338090EA")] 32 32 [Creatable(CreatableAttribute.Categories.ExternalEvaluationProblems, Priority = 110)] 33 33 public class MatlabParameterOptimizationProblem : ParameterOptimizationProblem { -
branches/PersistenceOverhaul/HeuristicLab.Problems.ExternalEvaluation.Matlab/3.3/MatlabParameterVectorEvaluator.cs
r13368 r14711 32 32 namespace HeuristicLab.Problems.ExternalEvaluation.Matlab { 33 33 [Item("MATLABParameterVectorEvaluator", "An evaluator which takes a parameter vector and returns a quality value, calculated by a MATLAB script.")] 34 [Storable Class("33BBBCB3-2A57-4127-897D-B8A5751EE61E")]34 [StorableType("33BBBCB3-2A57-4127-897D-B8A5751EE61E")] 35 35 public sealed class MatlabParameterVectorEvaluator : ParameterVectorEvaluator { 36 36 private const string QualityVariableParameterName = "QualityVariableName";
Note: See TracChangeset
for help on using the changeset viewer.