Chad Scherrer
Chad Scherrer
Thanks @keorn . I didn't realize this was a problem in master, but I did hit this a couple of times in the refactoring I'm doing in `dev`. I added...
Hmm good point, that is a little strange. I mean, it's usually what _I_ want, but kind of arbitrary to impose on new types an end-user might build.
https://github.com/MechanicalRabbit/PrettyPrinting.jl/issues/5
I've updated this so the default mimics Base as closely as possible: ```julia function Pretty.tile(d::M) where {M
Reopening, since @xitology gave some helpful information in response to MechanicalRabbit/PrettyPrinting.jl#5. We don't need to finalize this right away, but my quick fix shouldn't be considered the final solution.
Let's make it a `Dict{Symbol, Any}` or similar, then we can easily convert to a named tuple to use in the Soss model
Oh but does it have to be a mutable struct for MLJ? Maybe we just make a little wrapper? Would be annoying for users to have to do it from...
Yep, I like it.
Thanks @oschulz . We've talked a little bit about ideas in this direction, and I appreciate your creating these issues to make things easier to track. Similar to likelihoods, I...
Great! I'm all in favor of optimizations like this. We should try to make it apply as often as possible. In methods like HMC, we associate to each measure $\mu...