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.cs

    r12815 r12827  
    9797                        currentNode.GetChildActionInfos());
    9898                    currentNode = currentNode.children[currentActionIndex];
    99                     selections++;
    100                     CheckSelection(currentNode, selections);
     99                    //selections++;
     100                    //CheckSelection(currentNode, selections);
    101101                }
    102102
     
    109109                        currentNode.children[behaviourPolicy.SelectAction(random, currentNode.GetChildActionInfos())
    110110                            ];
    111                     selections++;
    112                     CheckSelection(currentNode, selections);
     111                    //selections++;
     112                    //CheckSelection(currentNode, selections);
    113113                }
    114114                if (currentNode.phrase.Length <= maxLen)
Note: See TracChangeset for help on using the changeset viewer.