Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/08/09 11:04:49 (15 years ago)
Author:
gkronber
Message:

Adapted GP crossover operators to match the new design for crossover operators. #512 (GP crossover operators should be changed to match the new design of crossover operators (see #475)).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.GP/Recombination/StandardCrossOver.cs

    r1197 r1286  
    4444    }
    4545
    46     internal override IFunctionTree Cross(TreeGardener gardener, MersenneTwister random, IFunctionTree tree0, IFunctionTree tree1, int maxTreeSize, int maxTreeHeight) {
     46    internal override IFunctionTree Cross(TreeGardener gardener, IRandom random, IFunctionTree tree0, IFunctionTree tree1, int maxTreeSize, int maxTreeHeight) {
    4747      int tries = 0;
    4848      List<IFunctionTree> allowedCrossoverPoints = null;
Note: See TracChangeset for help on using the changeset viewer.