Helper function BulkyFiveNakade() is passing a temporary SgPointSet object to iterator
Helper function BulkyFiveNakade() is passing a temporary SgPointSet object to iterator
Helper function IsRectEmpty() is passing a temporary SgRect object to iterator
Replace min preprocessor macro by std::min() function
Sorry, I have to reopen this ticket. As it turns out, the initial patch fixes the...
Fixed in [r1982]. The code to extract the board size from an SgNode has been refactored...
Fixed in r1982. The code to extract the board size from an SgNode has been refactored...
Segfault when loadsgf loads an .sgf file with board size > SG_MAX_SIZE
loadsgf GTP command now gracefully handles inva...
Segfault when loadsgf loads an .sgf file with board size > SG_MAX_SIZE
A bit of research shows that the __MINGW32__ block in SgSystem.h, including the WIN32...
Review whether it is correct to define WIN32 macro for MinGW builds
I just noticed that the line #if defined(__GNUC__) && ! defined(__clang__) was changed...
Disable SgProcess for MinGW builds
Replace min preprocessor macro by std::min() function
update instructions for building Fuego with MinGW
Fix compiler warnings in VC++ build
Do not use preprocessor macro _HAS_CPP0X in MSVC builds
Fix 32-bit shift compiler warning in VC++ 64-bit build
Fix local constant type mismatch in GoUctCommands::DoFinalStatusSearch()
Do not use preprocessor macro _HAS_CPP0X in MSVC builds
Fix compiler warnings in VC++ build
update instructions for building Fuego with Vis...
The C++ standard recommends in Annex B ("Implementation quantities") that an implementation...
In response to 1: We should not go back, I think, because it would mean that another...
Hi Ilan I am in the process of building for Windows x64, and I am running into the...
replace old Trac URLs with current bugtracker a...
originally added by: arimmel
originally added by: arimmel
originally added by: mmueller65 attachment description: Markus' discussion of ru...
originally added by: mmueller65
ShowingTerritoryStatistics
originally added by: mmueller65
SelfAtariExperiments
originally added by: mmueller65
originally added by: arimmel
originally added by: arimmel
originally added by: mmueller65 attachment description: Markus' discussion of ru...
originally added by: mmueller65
FillBoardExperiment
Original comment by: mmueller65 native_file_string issue is solved since the update...
Original comment by: enz I guess I was wrong. Values are also stored inverted in...
Original comment by: mmueller65 Fixed for 9<=SG_MAX_SIZE<19 in [r1549]. This is good...
Original comment by: enz Yes, this is intended behaviour. By default, search parameters...
Original comment by: enz Ther was a problem with the fix for SgPlatform::TotalMemory()...
Original comment by: enz The documentation update and code fix are now committed...
Original comment by: seventhpath I have added slightly expanded VS2010 and MinGW...
Original comment by: seventhpath I think I found the solution for this, as you suggested,...
Original comment by: enz I don't have the time to work on the documentation right...
Original comment by: seventhpath I realize now that I should have been compiling...
Original comment by: seventhpath The switch for MinGW is a linker flag (for ld) and...
Original comment by: enz This was caused by commit [r1422] and is now fixed in revision...
Original comment by: mmueller65 GO_MAX_NUM_MOVES = 3 * SG_MAX_SIZE * SG_MAX_SIZE...
Original comment by: enz I agree that early pass should not be used on CGOS. It is...
Original comment by: mmueller65 Fuego with the opt-9 build stopped play two times...
Original comment by: enz Oops, I used a locally modified version of Fuego with a...
Original comment by: mmueller65 I stopped my experiments. Final standings: 19x19:...
Original comment by: mmueller65 19x19 self-play and CGOS 9x9 data do not look promising....
Original comment by: mmueller65 Here is my summary of results on 9x9. All data with...
Original comment by: mmueller65 I am running an experiment with a variety of simulation...
Original comment by: enz After continuing the 9x9 experiments to 3000 games, my result...
Original comment by: mmueller65 The script tools/misc/fuego-speed-test.pl from [r1413]...
Bug in loadsgf when not using an opening book
Original comment by: enz Fixed in revision [r1286].
Fuego fails to use new board size
Original comment by: enz Fix and unit test committed in revision [r1284].
Original comment by: mmueller65 Fixed with test cases in revision [r1346].
Parameterized types for store UCT and RAVE statistics with support for double-based means and counts
Original comment by: enz Assigned to me. I am planning to simply commit it after...
Original comment by: enz Fixed in SVN revision [r1187]. The script misctests/check_regression_files.sh...
Original comment by: mmueller65 The current Fuego [r1617] did not crash in several...
Attachment comments: black-adapter.log: gtp log twogtp.sgf-0.sgf: sgf
Original comment by: enz This is not a bug. GoBoardUtil::PassWins() does exactly...
Original comment by: mmueller65 fixed in [r1139].
Attachment comment: Patch to improve tree pruning on very long searches
Original comment by: mmueller65 Patch applied in [r1133]. Closed.
Attachment comment: Number playouts patch
Original comment by: mmueller65 fixed in [r1137].
Attachment comment: Memory write order patch
Original comment by: mmueller65 Fixed in [r1136].
Original comment by: mmueller65 fixed in [r1138]
Segmentation fault when changing number of threads
Original comment by: mmueller65 Fixed in [r1518].
Original comment by: enz FYI: I moved the fix in revision [r1247] from GoGtpEngine...
Original comment by: enz I applied komi-svn1227.patch in revision [r1234] together...
Original comment by: richsegal Added an attachment with an updated komi fix based...
Original comment by: richsegal I agree that the current interface is problematic...
Original comment by: enz This is clearly a bug, but I am not sure if this is the...
Original comment by: enz This statement had simply no effect, because GoBoard::Play()...
Original comment by: mmueller65 [r1091]: initialize SgUctThreadState::m_isSearchInitialized...
Original comment by: mmueller65 SgUctThreadState did not initialize the member variable...
Original comment by: richsegal Hmmm. I think the Size() method should return a consistent...
Original comment by: enz Would you mind telling us why you think it should return...
Original comment by: richsegal Fixed in SVN [r1258].
Original comment by: mmueller65 Too much has changed in Fuego for this ticket to...
Use boost::program_options instead of SgCmdLineOpt
Document the best known settings
Original comment by: mmueller65 I suggest to first have discussions on such vague...
Original comment by: darrencook Sorry, that should've read: In ParseOptions() in...
Original comment by: mmueller65 Implemented as suggested. Added two more unit tests...