libkombilo  0.8
Public Member Functions | Data Fields
ProcessOptions Class Reference

#include <search.h>

Public Member Functions

std::string asString ()
 
void validate ()
 
std::vector< std::string > * SGFTagsAsStrings ()
 
 ProcessOptions ()
 sets default values which can be overwritten individually
 
 ProcessOptions (std::string s)
 

Data Fields

bool processVariations
 
bool sgfInDB
 
std::string rootNodeTags
 a comma-separated list of those SGF tags which should be written to the database
 
int algos
 algorithms to be used
 
int algo_hash_full_maxNumStones
 
int algo_hash_corner_maxNumStones
 
int professional_tag
 whether to use "P" tag (0 = don't use; 1 = always use; 2 = use for players with 1p to 9p ranks)
 

Detailed Description

You create an instance of this class by using the default constructor ProcessOptions() which will set reasonable default values. You can then change these values manually, if you want. Here are the relevant options


The documentation for this class was generated from the following files: