Changeset 5741 for trunk/sources/HeuristicLab.Optimization/3.3
- Timestamp:
- 03/17/11 17:02:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization/3.3/UserDefinedProblem.cs
r5445 r5741 31 31 using HeuristicLab.Parameters; 32 32 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable; 33 using HeuristicLab.PluginInfrastructure; 33 34 34 35 namespace HeuristicLab.Optimization { … … 222 223 [Item("EmptyUserDefinedProblemEvaluator", "A dummy evaluator that will throw an exception when executed.")] 223 224 [StorableClass] 225 [NonDiscoverableType] 224 226 private sealed class EmptyUserDefinedProblemEvaluator : ParameterizedNamedItem, ISingleObjectiveEvaluator { 225 227
Note: See TracChangeset
for help on using the changeset viewer.