Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/06/15 13:24:42 (9 years ago)
Author:
pfleck
Message:

#2350 Fixed Bugs in Steady-State ALPS OperatorGraph and Mover.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ALPS/HeuristicLab.Algorithms.ALPS.SteadyState/3.3/AlpsSsGeneticAlgorithmMainOperator.cs

    r12138 r12150  
    5050      var subScopesRemover = new SubScopesRemover();
    5151      var evaluator = new Placeholder() { Name = "Evaluator (Placeholder)" };
    52       var incrementEvaluations = new IntCounter() { Name = "incr. EvaluatedSolutions" };
     52     
    5353
    5454      OperatorGraph.InitialOperator = selector;
     
    8080
    8181      evaluator.OperatorParameter.ActualName = "Evaluator";
    82       evaluator.Successor = incrementEvaluations;
    83 
    84       incrementEvaluations.Increment = new IntValue(1);
    85       incrementEvaluations.ValueParameter.ActualName = "EvaluatedSolutions";
    8682    }
    8783  }
Note: See TracChangeset for help on using the changeset viewer.