Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/15/14 17:30:02 (9 years ago)
Author:
mkommend
Message:

#2174: Adapted binary encoding to new wiring method.

File:
1 edited

Legend:

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

    r11550 r11553  
    7676    }
    7777
    78     public IRealVectorCreator DefaultSolutionCreator {
     78    public override ISolutionCreator DefaultSolutionCreator {
    7979      get { return Operators.OfType<UniformRandomRealVectorCreator>().First(); }
    8080    }
     
    166166    static RealEncoding() {
    167167      encodingSpecificOperatorTypes = new List<Type>() {
     168        typeof (IRealVectorOperator),
    168169        typeof (IRealVectorCreator),
    169170        typeof (IRealVectorCrossover),
Note: See TracChangeset for help on using the changeset viewer.