![]() |
Fleet
0.0.9
Inference in the LOT
|
#include <assert.h>
#include <set>
#include <string>
#include <tuple>
#include <regex>
#include <vector>
#include <utility>
#include <functional>
#include <cmath>
#include "EigenLib.h"
#include "../FirstOrderLogic/Main.cpp"
#include "DeterministicGrammarHypothesis.h"
#include "TopN.h"
#include "Fleet.h"
#include "Miscellaneous.h"
#include "MCMCChain.h"
#include "Vectors.h"
#include "Data.h"
Classes | |
class | MyGrammarHypothesis |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ More... | |
Macros | |
#define | NO_FOL_MAIN 1 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ More... | |
Functions | |
int | main (int argc, char **argv) |
Variables | |
std::vector< size_t > | ntops = {1,5,10,25,100,250,500,1000} |
const double | alpha = 0.95 |
S | hypothesis_path = "hypotheses.txt" |
S | runtype = "both" |
#define NO_FOL_MAIN 1 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
int main | ( | int | argc, |
char ** | argv | ||
) |
const double alpha = 0.95 |
S hypothesis_path = "hypotheses.txt" |
std::vector<size_t> ntops = {1,5,10,25,100,250,500,1000} |
S runtype = "both" |