Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

GoUctGlobalSearch.cpp

Go to the documentation of this file.
00001 //----------------------------------------------------------------------------
00002 /** @file GoUctGlobalSearch.cpp */
00003 //----------------------------------------------------------------------------
00004 
00005 #include "SgSystem.h"
00006 #include "GoUctGlobalSearch.h"
00007 
00008 using namespace std;
00009 
00010 //----------------------------------------------------------------------------
00011 
00012 GoUctGlobalSearchStateParam::GoUctGlobalSearchStateParam()
00013     : m_mercyRule(true),
00014       m_territoryStatistics(false),
00015       m_lengthModification(0),
00016       m_scoreModification(0.02f)
00017 {
00018 }
00019 
00020 //----------------------------------------------------------------------------


Sun Mar 13 2011 Doxygen 1.7.1