diff options
author | wiz <wiz> | 2002-05-10 13:44:43 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-05-10 13:44:43 +0000 |
commit | 0ebcfcf12917e6ac3d95da4af87cf50c7d869f5a (patch) | |
tree | 1bd606c8beb2a3afa938df3d943c00888f1c5991 /games/gnugo/Makefile | |
parent | d191f8455f1f37b1669c4115d2532200490b6992 (diff) | |
download | pkgsrc-0ebcfcf12917e6ac3d95da4af87cf50c7d869f5a.tar.gz |
Update to 3.2.
New in 3.2 (since 3.0)
- stronger than 3.0
- uses less RAM than 3.0
- 1-dimensional board
- experimental dynamic connection analysis
- experimental reading semeai module
- new influence function
- stronger and more agressive
- reads to find combinations
- revised Zobrist hashing
- new html views of the regressions, and many more tests
New in 3.0 (since 2.6)
- stronger than 2.6
- new move generation scheme
- new influence function
- more accurate reading
- board information maintained incrementally during reading
- new "owl" and "life" modules for accurate life and death analysis
- persistent caching of reading and owl results for speed
- revised semeai module
- experimental Deterministic Finite State Automaton (DFA) pattern matcher
- new debugging tools
- level option
Diffstat (limited to 'games/gnugo/Makefile')
-rw-r--r-- | games/gnugo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile index 88d45cef08c..6193f0cd20a 100644 --- a/games/gnugo/Makefile +++ b/games/gnugo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2002/02/18 15:14:19 seb Exp $ +# $NetBSD: Makefile,v 1.7 2002/05/10 13:44:43 wiz Exp $ -DISTNAME= gnugo-2.6 +DISTNAME= gnugo-3.2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=gnugo/} |