Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/02/15 13:13:25 (9 years ago)
Author:
aballeit
Message:

#2283 added TreeInfos to MCTS excel export

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization/HeuristicLab.Algorithms.MonteCarloTreeSearch/MonteCarloTreeSearch_PruneLeaves.cs

    r12815 r12827  
    3838                        currentNode.GetChildActionInfos());
    3939                    currentNode = currentNode.children[currentActionIndex];
    40                     selections++;
    41                     CheckSelection(currentNode, selections);
     40                    //selections++;
     41                    //CheckSelection(currentNode, selections);
    4242                }
    4343
     
    5959                            currentNode.children[behaviourPolicy.SelectAction(random, currentNode.GetChildActionInfos())
    6060                                ];
    61                         selections++;
    62                         CheckSelection(currentNode, selections);
     61                        //selections++;
     62                        //CheckSelection(currentNode, selections);
    6363                    }
    6464                    else
Note: See TracChangeset for help on using the changeset viewer.