Пример #1
0
 /// <summary>
 /// Updates the statistics for this node using the specified state.
 /// </summary>
 /// <param name="state"></param>
 internal void UpdateStatistics(PlayingState state)
 {
     VisitCount++;
     mTotalValue += state.Evaluate(ActiveIndex);
 }
Пример #2
0
 /// <summary>
 /// Updates the statistics for this node using the specified state.
 /// </summary>
 /// <param name="state"></param>
 internal void UpdateStatistics(PlayingState state)
 {
     VisitCount++;
     mTotalValue += state.Evaluate(ActiveIndex);
 }