Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/23/15 20:00:14 (9 years ago)
Author:
aballeit
Message:

#2283 added GUI and charts; fixed MCTS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Algorithms.GeneticProgramming/OffspringSelectionGP.cs

    r12023 r12503  
    4646        // osga.Engine = new ParallelEngine.ParallelEngine();
    4747        osga.Engine = new SequentialEngine.SequentialEngine();
    48         osga.ExceptionOccurred += (sender, args) => { Console.WriteLine(args.Value.Message); wh.Set(); };
    49         osga.Stopped += (sender, args) => { wh.Set(); };
     48        //osga.ExceptionOccurred += (sender, args) => { Console.WriteLine(args.Value.Message); wh.Set(); };
     49        //osga.Stopped += (sender, args) => { wh.Set(); };
    5050
    5151        int numEvals = 0;
Note: See TracChangeset for help on using the changeset viewer.