Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/02/14 11:44:18 (9 years ago)
Author:
mkommend
Message:

#2174: Refactored individuals.

File:
1 edited

Legend:

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

    r11598 r11619  
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2828using HeuristicLab.PluginInfrastructure;
    29 using HeuristicLab.Problems.Programmable.Encodings;
    3029using HeuristicLab.Problems.Programmable.Interfaces;
    3130
     
    6362    }
    6463
    65     public override Individual CreateIndividual(IScope scope) {
     64    public override Individual GetIndividual(IScope scope) {
    6665      return new MultiEncodingIndividual(this, scope);
    6766    }
Note: See TracChangeset for help on using the changeset viewer.