![]() |
Fleet
0.0.9
Inference in the LOT
|
#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"
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" |
| #define NUMBER_GAME_DO_NOT_INCLUDE_MAIN 1 |
| using MyHumanDatum = HumanDatum<MyHypothesis, int, NumberSet, std::vector<std::pair<int,int> >> |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| std::string hypothesis_path = "hypotheses.txt" |
| std::vector<size_t> ntops = {1,5,10,25,100,250,500,1000} |
| std::string runtype = "both" |
1.8.13