Skip to content

Commit a7e019b

Browse files
update readme
1 parent 6a38d2c commit a7e019b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ $ quit
7474
```
7575
## Search Features
7676

77-
GopherCheck supports [parallel search](https://chessprogramming.wikispaces.com/Parallel+Search "Parallel Search") with one search process (goroutine) per logical core by default. You can set the number of search goroutines in CLI mode by using ```setoption name CPU value <number of goroutines>```, or via the options panel in your GUI.
77+
GopherCheck supports [parallel search](https://chessprogramming.wikispaces.com/Parallel+Search "Parallel Search"), defaulting to one search process (goroutine) per logical core. You can set the number of search goroutines via the options panel in your GUI, or by using ```setoption name CPU value <number of goroutines>``` when in command-line mode.
7878

7979
GopherCheck uses a version of iterative deepening, nega-max search known as [Principal Variation Search (PVS)](https://chessprogramming.wikispaces.com/Principal+Variation+Search "Principal Variation Search"). Notable search features include:
8080

@@ -122,7 +122,7 @@ Pull requests are welcome! To contribute to GopherCheck, you'll need to do the f
122122
- Install a UCI-compatible chess GUI such as [Arena Chess](http://www.playwitharena.com/ "Arena Chess") or [Scid vs. PC](http://scidvspc.sourceforge.net/ "Scid vs. PC").
123123
- Fork this repo.
124124
- Run ```go install``` and ```gopher_check --version``` to ensure GopherCheck installed correctly.
125-
- Hack on your changes from your forked repository.
125+
- Hack on your changes.
126126
- Run tests frequently to make sure everything is still working:
127127
- Run ```go test -run=TestPlayingStrength``` to benchmark GopherCheck's performance on your hardware. This takes about 10 minutes.
128128
- Use your chess GUI to pit GopherCheck against other engines, or against older versions of GopherCheck.

0 commit comments

Comments
 (0)