diff --git a/README b/README index 226940b..8e73295 100644 --- a/README +++ b/README @@ -120,6 +120,18 @@ PERFORMANCE boosts Donna's performance by 15-20%. Minor updates usually improve performance by another 5%. +IMPROVEMENTS + + Many things could be improved to make Donna even stronger. Among them: + + - Incremental move generator + - Parallel search + - Better move ordering + - Smarter search tree pruning + - Evaluation tuning + - Search cut off tuning + - Time control tuning + THANK YOU! Chess programming in Go turned out to be a fascinating journey. I have never @@ -138,6 +150,9 @@ THANK YOU! - Vadim Demichev, Gull - Vladimir Medvedev, GreKo + Special thanks goes to my old time buddy grandmaster Eduardas Rozentalis who + inspired me to develop a chess engine. + DEDICATION Donna chess engine is dedicated to Lithuanian grandmaster Donatas Lapienis, @@ -145,9 +160,6 @@ DEDICATION 1970's (pre-computer era), Donatas was the highest ranking correspondence chess player in the world with ELO rating of 2715. - Special thanks goes to my old time buddy grandmaster Eduardas Rozentalis who - inspired me to develop a chess engine. - LICENSE Copyright (c) 2013-2014 Michael Dvorkin diff --git a/data.go b/data.go index dc16dd2..63a42cb 100644 --- a/data.go +++ b/data.go @@ -6,7 +6,7 @@ package donna import `regexp` -const Version = `0.9` +const Version = `1.0` // Dec 14, 2014 // Limits and conventions. const (