Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 13:05:14 (9 years ago)
Author:
mkommend
Message:

#2174: Configured solution creator in single encodings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Encodings/Encoding.cs

    r11559 r11582  
    4949
    5050
    51     ISolutionCreator IEncoding.DefaultSolutionCreator { get { return DefaultSolutionCreator; } }
    52     public virtual T DefaultSolutionCreator {
    53       get { return null; }
    54     }
    55 
    56 
    5751    ISolutionCreator IEncoding.SolutionCreator {
    5852      get { return SolutionCreator; }
     
    6559    public T SolutionCreator {
    6660      get {
    67         if (solutionCreator == null) return DefaultSolutionCreator;
    6861        return solutionCreator;
    6962      }
Note: See TracChangeset for help on using the changeset viewer.