redist icon indicating copy to clipboard operation
redist copied to clipboard

`first_plan()` feature to match `last_plan()`

Open christopherkenny opened this issue 2 years ago • 3 comments

A symmetric feature here would be useful.

first_plan(plans)

christopherkenny avatar Jun 29 '22 01:06 christopherkenny

would it get the first plan in the object or the first sampled plan?

CoryMcCartan avatar Jun 29 '22 14:06 CoryMcCartan

I see why we haven't implemented it. I would think just column 1?

christopherkenny avatar Jun 29 '22 14:06 christopherkenny

Not quite sure the use case. Ref plans (& the init plan for MCMC) are right at the top and labeled nicely. last_plan() gets you the end of shortburst/ an MCMC chain / a random SMC plan (since those are shuffled)

CoryMcCartan avatar Jul 26 '22 04:07 CoryMcCartan