@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://data.loterre.fr/ark:/67375/23L-NZTHC8DH-B>
  skos:prefLabel "algorithme de recherche"@fr, "search algorithm"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/23L-NWGGPC6B-H> .

<http://data.loterre.fr/ark:/67375/23L> a skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/23L-NWGGPC6B-H>
  skos:exactMatch <https://en.wikipedia.org/wiki/Monte_Carlo_tree_search>, <https://www.wikidata.org/wiki/Q11785332>, <https://fr.wikipedia.org/wiki/Recherche_arborescente_Monte-Carlo> ;
  skos:broader <http://data.loterre.fr/ark:/67375/23L-NZTHC8DH-B> ;
  skos:definition "la recherche arborescente Monte-Carlo (MCTS) consiste à simuler de nombreuses séquences aléatoires d’actions ou d’étapes dans la résolution d’un problème, et d’en apprécier le résultat final sur un critère de coût ou d’utilité. Ces simulations conduisent au choix de la meilleure première action. Avant ce choix, on s’efforce de simuler toutes les options au moins une fois (exploration), et les plus prometteuses un nombre élevé de fois (exploitation) pour obtenir des statistiques suffisantes sur leurs résultats. La MCTS est utilisée en particulier en planification probabiliste et dans les jeux. (Source :  <a href=\"https://ia.gdria.fr/Glossaire/monte-carlo-tree-search/\">https://ia.gdria.fr/Glossaire/monte-carlo-tree-search/</a> )"@fr, "Monte-Carlo Tree Search (MCTS) involves simulating numerous random sequences of actions or steps in the resolution of a problem, and assessing the final result on a cost or utility criterion. These simulations lead to the choice of the best first action. Before making this choice, we try to simulate all options at least once (exploration), and the most promising a large number of times (exploitation) to obtain sufficient statistics on their results. MCTS is used in particular in probabilistic planning and games. (Source: translated from  <a href=\"https://ia.gdria.fr/Glossaire/monte-carlo-tree-search/\">https://ia.gdria.fr/Glossaire/monte-carlo-tree-search/</a> )"@en ;
  a skos:Concept ;
  skos:prefLabel "Monte Carlo Tree Search"@en, "recherche arborescente Monte-Carlo"@fr ;
  skos:altLabel "MCTS"@fr, "MCTS"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/23L> ;
  dc:modified "2025-06-05T07:52:35"^^xsd:dateTime .

