Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
gkronber authored Apr 8, 2023
1 parent 65374e1 commit 1052b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ This means you consider the first two branches at each depth for expansion, but

#### Algorithm parameters

An overview of selveral parameters that the algorithms support:
An overview of several parameters that the algorithms support:

* filterWidth - when set considers only the first filterWidth branches from a state for expansion
* depthLimit - search up to a specific depth only, useful, e.g., when states would be able to expand infinitely
* backtrackLimit - limits the total number of backtrack operations, a backtracks occurs whenever the search has to return to a node closer to the root than the current one
* beamWidth - a beam is a set of states that are expanded in parallel, the beamWidth defines the maximum size of that set
* rakeWidth - the rakeWidth defines the number of states to reach at a certain level, before switching to depth-first search
* rakeWidth - the rakeWidth defines the number of states to reach at a certain level, before switching to depth-first search

0 comments on commit 1052b61

Please sign in to comment.