fix pthread link issues
formatting
Helper function BulkyFiveNakade() is passing a temporary SgPointSet object to iterator
Helper function IsRectEmpty() is passing a temporary SgRect object to iterator
I agree and have fixed it
fix Ticket #107
fix Ticket #106
16c
fix comment
fix broken SpRandomPlayer
allow simple player to have random generator on...
improve initialization of random seed
Rename classes from GoUct to Go after move to t...
Add minimal documentation
remove misleading GOUCT prefix for constants in...
rename KnowledgeType to GoKnowledgeType, GoUctK...
cleanup unused includes; move KnowledgeType and...
add selfatari and recapture test cases
update cgos server to yss-aya.com
update m4 macros to current version on git://gi...
avoid unknown pragma warnings for non-clang com...
Write unit tests for SgWrite and cleanup
suppress clang warnings in boost/thread
add wrapper for autounittest to avoid clang war...
update information; add list of fuego programs;...
remove unused #include file
Utility function for path to data directory
Typo in #include in go/GoInfluence.cpp
Fixed as of -r2014
Fix typo - see ticket #105
add unit tests for GoInfluence
Remove SgRandom::Global() global variable - its...
Update to removal of SgRandom::Global; be more ...
Update to changes in SgHash.h
Remove dependencies on SgRandom::Global
Default-initialize hashcode instead of calling ...
Remove dependence on SgRandom::Global for force...
Remove Shuffle functionality that depends on Sg...
Remove reference to SgRandom::Global
Remove randomization of best move via SgRandom:...
Utility function for distance to stones and GTP...
Simplify setup; change test of board size from ...
Fix error in documentation
Update year in startup message to 2015
Update year in license to 2015
order files in Makefile.am alphabetically
Avoid warning about signed-unsigned comparison
add documentation for GoChain::FreeChainConditions
fix an issue with statically proven wins withou...
avoid clang warnings about shadowed variables
add new regression tests to Makefile.am
playout policy test cases
One other solution would be to have some wrapper header files, e.g.: boostwrapper/format.hpp...
One other solution would be to have some wrapper header files, e.g.: boostwrapper/format.hpp...
Updated patch
Compile warnings from boost headers with clang and boost 1.58.0
fix warnings with clang and boost 1.58
Patch applied in -r1990. Please test - I have no windows build environment
fix ticket #99, second attempt
bump up minimum boost version to 1.50.0
utility method SgUctMoveInfo::Add
utility function SgUctValueUtil::InverseValue
Replace min preprocessor macro by std::min() function
Patch applied in -r1986. Please test - I have no windows build environment.
apply patch from ticket #99
fix typo
remove support for boost filesystem v2
write value of SG_PASS in GoEvalArray
Avoid clang compiler warnings
fix clang warnings
Fix assertion in safety solver when interior bl...
Improve efficiency of ladder reading in Features module
I did a preliminary investigation. A ladder cache would have surprisingly little...
Fixed in [r1977].
Fix 32-bit shift compiler warning in VC++ 64-bit build
fix ticket #98, Visual C++ warning
Fix compiler warnings in VC++ build
This issue has been addressed in [r1976]. There was a larger scale mismatch between...
reduce type mismatches between float and SgUctV...
Do not use preprocessor macro _HAS_CPP0X in MSVC builds
Fix local constant type mismatch in GoUctCommands::DoFinalStatusSearch()
Fixed as suggested in [r1975].
Fix Ticket #97 using patch by Patrik Naef
Fixed as suggested in [r1974].
Fix Ticket #96 using patch by Patrik Naef
fixes to knowledge-only and features-only playe...
gtp script to create features_only player
configure Fuego to use only knowledge, no search
allow max_games 0 for knowledge-only player
add test case for nakade
GTP command uct_policy_moves_simple; add playou...
Sorry, I had no time to look into this yet. One basic question - is this a Fuego...
add test cases for urgent moves missed by Fuego
add semeai test case
Reply from Patrick Näf, Oct 12, 2013: boost::iostreams::null_sink sounds good. From...
Reply from Martin Müller, Oct 11, 2013: I agree this should be fixed. Behavior of...
Fuego crashes with --quiet when NDEBUG is off
error C4703: potentially uninitialized local pointer variable 'extPoint' used
Fixed in [r1963]
fix MSVC compiler warning