We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a69f6e commit 0b8d91fCopy full SHA for 0b8d91f
README.md
@@ -32,7 +32,7 @@ If you're using state merging, follow these steps:
32
33
### 📌 Step 2. Run tree search algorithms
34
35
-We provide three tree search algorithms: **BFS (Breadth-First Search)**, **Beam Search**, and **MCTS (Monte Carlo Tree Search)**.
+We provide three tree search algorithms: **BFS (Best-First Search)**, **Beam Search**, and **MCTS (Monte Carlo Tree Search)**.
36
37
1. Specify the input, output file paths, and other parameters in scripts such as `beamsearch.py`.
38
0 commit comments