Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- type exploration_mode = Min_spanning_tree | Standard_deviation
- (* [FR] Définie le paramètre d'exploration utilisée pour sélectionner le meilleur fils d'un noeud
- - Min_spanning_tree utilise la longueur de l'arbre couvrant minimal
- - Standard_deviation utilise la valeur de l'écart type entre les scores des noeuds une fois que la racine de l'arbre
- est entièrement développé *)
- (* [EN] Define the exploration parameter used to select the best child of a node
- - Min_spanning_tree use the length of the minimal spanning tree
- - Standard_deviation use the standard deviation of the score of all the children of the root once they are developed *)
Add Comment
Please, Sign In to add comment