Fleet  0.0.9
Inference in the LOT
Classes
HillClimbing.h File Reference

This cute kind of inference keeps a body of N top hypotheses, and successively proposes to them using standard proposals. When it hasn't improved in ctl.restart steps, it will restart (resample). Note that this really should use ctl.restart>0, or else you just climb up one hill. NOTE: We could propose propotional to each hypothesis' posterior, but it doesn't matter much because the best gets most probability mass (that's why we don't store more than n=1 defaultly) More...

#include "TopN.h"
#include "SampleStreams.h"
Include dependency graph for HillClimbing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HillClimbing< HYP >
 

Detailed Description

This cute kind of inference keeps a body of N top hypotheses, and successively proposes to them using standard proposals. When it hasn't improved in ctl.restart steps, it will restart (resample). Note that this really should use ctl.restart>0, or else you just climb up one hill. NOTE: We could propose propotional to each hypothesis' posterior, but it doesn't matter much because the best gets most probability mass (that's why we don't store more than n=1 defaultly)