- Timestamp:
- 01/07/14 11:28:13 (11 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Clients.OKB/3.3/RunCreation/EmptySolutionCreator.cs
r10291 r10292 32 32 [StorableClass] 33 33 [NonDiscoverableType] 34 public sealed class EmptySolutionCreator : SingleSuccessorOperator, ISolutionCreator {34 public sealed class EmptySolutionCreator : Operator, ISolutionCreator { 35 35 private string exceptionMessage; 36 36 -
trunk/sources/HeuristicLab.Optimization/3.3/Problems/UserDefinedProblem.cs
r10291 r10292 235 235 private sealed class EmptyUserDefinedProblemEvaluator : ParameterizedNamedItem, ISingleObjectiveEvaluator { 236 236 237 public IEnumerable<IOperator> BeforeExecutionOperators { get { throw new NotSupportedException(); } }238 public IEnumerable<IOperator> AfterExecutionOperators { get { throw new NotSupportedException(); } }239 240 237 [StorableConstructor] 241 238 private EmptyUserDefinedProblemEvaluator(bool deserializing) : base(deserializing) { }
Note: See TracChangeset
for help on using the changeset viewer.