mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 11:31:49 +01:00
Typo
This commit is contained in:
@ -193,7 +193,7 @@ This allows to avoid infinite branches (i.e. loops).
|
|||||||
|
|
||||||
\subsection{Iterative deepening}
|
\subsection{Iterative deepening}
|
||||||
\marginnote{Iterative deepening}
|
\marginnote{Iterative deepening}
|
||||||
Rus a depth-limited search by trying all possible depth limits.
|
Runs a depth-limited search by trying all possible depth limits.
|
||||||
It is important to note that each iteration is executed from scratch (i.e. a new execution of depth-limited search).
|
It is important to note that each iteration is executed from scratch (i.e. a new execution of depth-limited search).
|
||||||
|
|
||||||
\begin{algorithm}
|
\begin{algorithm}
|
||||||
|
|||||||
Reference in New Issue
Block a user