Skip to content

Commit

Permalink
Set version to 0.4.1, update README and NEWS.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/fuego/code/trunk@1082 2e953b5c-c64d-0410-be54-f773e93e544c
  • Loading branch information
broderic committed Dec 24, 2009
1 parent c2bc1ec commit c9bd023
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ history.
Current development version
===========================

Version 0.4.1 - 2009 Dec 23
===========================

* Replaced linked list SgList and related functions by SgVector - a wrapper
around std:vector with the same interface as SgList. Changed implementations
that added or removed from front of list for efficiency.
Expand All @@ -23,9 +26,10 @@ Current development version
* Support for proven nodes in SgUctSearch
* Support for kgs-time_settings and different KGS overtime modes
* Refactored SgSearch, reduce size of huge functions.
* In SgSearch::SearchEngine, use a stack instead of a vector for efficiency.
* In SgSearch::SearchEngine, use a stack instead of a vector for efficiency
* New max_memory option to uct_param_search makes Fuego easier to configure
* Implement forced opening moves in GoUctPlayer
* Set bias term constant to 0 by default on all boardsizes

Version 0.4 - 2009 May 22
=========================
Expand Down
2 changes: 2 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Contact

Fuego project page: http://sourceforge.net/projects/fuego/

Fuego Trac and Wiki: http://sourceforge.net/apps/trac/fuego/

Copyright
=========

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_INIT
AC_PREREQ([2.59])
AC_CONFIG_SRCDIR([go/GoBoard.cpp])
AM_CONFIG_HEADER(config.h)
AM_INIT_AUTOMAKE([fuego], [0.4.SVN])
AM_INIT_AUTOMAKE([fuego], [0.4.1])
AM_MAINTAINER_MODE
AC_PROG_CXX
AC_PROG_RANLIB
Expand Down

0 comments on commit c9bd023

Please sign in to comment.