Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/14 11:28:13 (10 years ago)
Author:
mkommend
Message:

#2119: Reverted accidental changes in OKB.EmptySolutionCreator and UserDefinedProblem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/Problems/UserDefinedProblem.cs

    r10291 r10292  
    235235    private sealed class EmptyUserDefinedProblemEvaluator : ParameterizedNamedItem, ISingleObjectiveEvaluator {
    236236
    237       public IEnumerable<IOperator> BeforeExecutionOperators { get { throw new NotSupportedException(); } }
    238       public IEnumerable<IOperator> AfterExecutionOperators { get { throw new NotSupportedException(); } }
    239 
    240237      [StorableConstructor]
    241238      private EmptyUserDefinedProblemEvaluator(bool deserializing) : base(deserializing) { }
Note: See TracChangeset for help on using the changeset viewer.