Vincent Ollivier
Joined: 19 Jan 2010 Posts: 17 Location: France
|
Post subject: Purple Haze v2.0.3 released Posted: Thu May 10, 2012 7:29 pm |
|
|
This is the first version backed up by serious testing.
Purple Haze is still a weak engine but this release brings a nice strength improvement, mostly due to better pruning heuristics (futility and null move).
| Code: |
$ git diff v2.0.2 v2.0.3 --shortstat
42 files changed, 1299 insertions(+), 817 deletions(-) |
To download and compile Purple Haze:
| Code: |
$ git clone git://github.com/vinc/purplehaze
$ cd purplehaze
$ make |
|
|