Fleet  0.0.9
Inference in the LOT
SymbolicRegression Directory Reference
Directory dependency graph for SymbolicRegression:
Models/SymbolicRegression

Files

file  Main.cpp
 
file  MyGrammar.h [code]
 
file  MyHypothesis.h [code]
 
file  MyMCTS.h [code]
 
file  Polynomial.h [code]
 
file  StructureToSamples.h [code]
 A little data structure to store a mapping from structures and approx posteriors to posterior samples, using a posterior-weighted reservoir sample. This is mostly a wrapper on a std::map but adds until the number of structures exceeds trim_at, at which point it trims to trim_to by removing the structures with the lowest maximum probability. This lets us store the best performing structures, which are the only ones tht matter in the posterior anyways.