Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/11 09:44:35 (13 years ago)
Author:
abeham
Message:

#1395

  • Fixed RealVectorCrossover (it did not produce a child)
  • Added wiring of the bounds checker
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.RealVectorEncoding/3.3/RealVectorManipulator.cs

    r5381 r5382  
    7979      IOperation successor = base.Apply();
    8080      if (checker != null) {
     81        checker.BoundsParameter.ActualName = BoundsParameter.ActualName;
     82        checker.RealVectorParameter.ActualName = RealVectorParameter.ActualName;
    8183        IOperation checkerOperation = ExecutionContext.CreateChildOperation(checker);
    8284        if (successor == null) return checkerOperation;
Note: See TracChangeset for help on using the changeset viewer.