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 
00006 #include "SgSystem.h"
00007 #include "GoUctGlobalSearch.h"
00008 
00009 using namespace std;
00010 
00011 //----------------------------------------------------------------------------
00012 
00013 GoUctGlobalSearchStateParam::GoUctGlobalSearchStateParam()
00014     : m_mercyRule(true),
00015       m_territoryStatistics(false),
00016       m_lengthModification(0),
00017       m_scoreModification(0.02)
00018 {
00019 }
00020 
00021 //----------------------------------------------------------------------------


17 Jun 2010 Doxygen 1.4.7