![]() |
Fleet
0.0.9
Inference in the LOT
|

Directories | |
| directory | Containers |
| directory | Data |
| directory | Dependencies |
| directory | Grammar |
| directory | Hypotheses |
| directory | Inference |
| directory | Statistics |
| directory | Threads |
| directory | VirtualMachine |
Files | |
| file | BaseNode.h [code] |
| This is a general tree class, which we are adding because there are currently at least 3 different tree classes used in different parts of fleet (Nodes, MCTS, data for BindingTheory, etc.). This is an attempt to make a big superclass that puts all of this functionality in one place. It attempts to keep the node size small so that we can use this efficiently in MCTS in particular. | |
| file | Errors.h [code] |
| file | Fleet.h [code] |
| file | FleetArgs.h [code] |
| file | Functional.h [code] |
| file | IO.h [code] |
| file | Miscellaneous.h [code] |
| file | MPI.h [code] |
| file | Numerics.h [code] |
| file | Random.h [code] |
| This is a thread_local rng whose first object is used to see others (in other threads). This way, we can have thread_local rngs that all are seeded deterministcally in Fleet via –seed=X. | |
| file | Rng.h [code] |
| file | SExpression.h [code] |
| This is the return type of parsing S-expressions. It contains an optional label and typically we be converted into a different type. | |
| file | Singleton.h [code] |
| file | str.h [code] |
| file | Strings.h [code] |
| file | Timing.h [code] |
1.8.13