Fleet  0.0.9
Inference in the LOT
Classes | Macros | Typedefs | Functions | Variables
Main.cpp File Reference
#include "../NumberGame/Main.cpp"
#include "Data/HumanDatum.h"
#include "TopN.h"
#include "Fleet.h"
#include "Miscellaneous.h"
#include "Strings.h"
#include "MCMCChain.h"
#include "DeterministicGrammarHypothesis.h"
Include dependency graph for Main.cpp:

Classes

class  MyGrammarHypothesis
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ More...
 

Macros

#define NUMBER_GAME_DO_NOT_INCLUDE_MAIN   1
 

Typedefs

using MyHumanDatum = HumanDatum< MyHypothesis, int, NumberSet, std::vector< std::pair< int, int > >>
 

Functions

int main (int argc, char **argv)
 

Variables

std::vector< size_t > ntops = {1,5,10,25,100,250,500,1000}
 
std::string hypothesis_path = "hypotheses.txt"
 
std::string runtype = "both"
 

Macro Definition Documentation

◆ NUMBER_GAME_DO_NOT_INCLUDE_MAIN

#define NUMBER_GAME_DO_NOT_INCLUDE_MAIN   1

Typedef Documentation

◆ MyHumanDatum

using MyHumanDatum = HumanDatum<MyHypothesis, int, NumberSet, std::vector<std::pair<int,int> >>

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Variable Documentation

◆ hypothesis_path

std::string hypothesis_path = "hypotheses.txt"

◆ ntops

std::vector<size_t> ntops = {1,5,10,25,100,250,500,1000}

◆ runtype

std::string runtype = "both"