Skip to content

Commit

Permalink
Updated README for engine UCI configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeFresk committed Dec 2, 2018
1 parent 95a33b9 commit d511473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ You only need to know about the command line parameters :
- *--time* : stop exploring **each node** after set amount of time in **seconds**
- *the position file* in epd or fen format

To *edit engine uci config*, edit the .cfg created in the directory after the first use of the said engine.

### Example
> python3 dpa.py -p "C:/Engines/stockfish 10/stockfish_10_x64.exe" --pv=2 --depth 3 --nodes 1000000 sicilian.epd
Expand All @@ -66,4 +68,4 @@ Sadly you have to blame the maths : the total amount of nodes calculated is goin
Try lowering the nodes count, the pv, or the depth.

### It's a bug I know it
Submit an issue, I will try to fix it :)
Submit an issue, I will try to fix it :)

0 comments on commit d511473

Please sign in to comment.