close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
BSR Adusting frequency of sampling refresh by block
Some times not all BSR blocks have the same importance in inference and user could want to adjust frequence of sampling refresh that is set to 1 by default.
Change History (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Summary: |
BSR Adusting frequence of sampling refresh by block →
BSR Adusting frequency of sampling refresh by block
|
Version: |
→ 2.0.1
|
Type: |
defect →
enhancement
|
Download in other formats:
Now BSR estimation process is broken in various steps.
BysMcmc::Cycler cycler
by callingBysMcmc::Bsr::Gibbs::GetCycler
,BysMcmc::Bsr::DynHlm::DBApi::GetCycler
,BysMcmc::Bsr::OneNode::GetCycler
,BysMcmc::Bsr::OneNode::GetCyclerProbit
, etc.Real cycler::_.sampler::_.arm.blk::refreshFrequency := 0.25;
. You can even to fix initial values by settingReal cycler::_.sampler::_.arm.blk::refreshFrequency := 0;
BysMcmc::Estimation estim = BysMcmc::Estim(cycler);