![]() |
Fleet
0.0.9
Inference in the LOT
|
#include <set>#include <string>#include <vector>#include <numeric>#include "Data.h"#include "MyGrammar.h"#include "MyHypothesis.h"#include "VirtualMachine/VirtualMachineState.h"#include "VirtualMachine/VirtualMachinePool.h"#include "TopN.h"#include "ParallelTempering.h"#include "Fleet.h"
Typedefs | |
| using | S = std::string |
| using | StrSet = std::set< S > |
Functions | |
| int | main (int argc, char **argv) |
Variables | |
| const std::string | my_default_input = "data/English" |
| S | alphabet ="nvadtp" |
| size_t | max_length = 128 |
| size_t | max_setsize = 64 |
| size_t | nfactors = 2 |
| size_t | PREC_REC_N = 25 |
| const double | MAX_TEMP = 1.20 |
| unsigned long | PRINT_STRINGS |
| std::vector< S > | data_amounts ={"100"} |
| size_t | current_ntokens = 0 |
| const std::string | errorstring = "<err>" |
| std::string | prdata_path = "" |
| MyHypothesis::data_t | prdata |
| S | current_data = "" |
| bool | long_output = false |
| std::pair< double, double > | mem_pr |
| using S = std::string |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| S alphabet ="nvadtp" |
| S current_data = "" |
| size_t current_ntokens = 0 |
| std::vector<S> data_amounts ={"100"} |
| const std::string errorstring = "<err>" |
| bool long_output = false |
| size_t max_length = 128 |
| size_t max_setsize = 64 |
| const double MAX_TEMP = 1.20 |
| std::pair<double,double> mem_pr |
| const std::string my_default_input = "data/English" |
| size_t nfactors = 2 |
| MyHypothesis::data_t prdata |
| std::string prdata_path = "" |
| size_t PREC_REC_N = 25 |
| unsigned long PRINT_STRINGS |
1.8.13