![]() |
Fleet
0.0.9
Inference in the LOT
|
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...
Go to the source code of this file.
Classes | |
class | HillClimbing< HYP > |
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)