Rafael Schouten
Rafael Schouten
https://github.com/rafaqz/ModelParameters.jl/blob/master/InteractModels/src/interactive.jl#L196-L202 Not so elegent, but it works. The idea is that a `range` is preferable for a slider, but we can work with bounds too, which are more often used...
I really should comment that code a bit more
No, nothing implemented for that, I haven't actually used this for dataframes much. My main goals were use with Optim and Interact, and simple Tables.jl load/save of parameters. I kind...
The original design always had `AbstractParam` ? But I get your point, there are 2 ways of achieving this - table/vector manipulation outside of the object, or modification of the...
Nice to see you finally came around ;) Probably making a separate PR afterwards is better, or do you need this for your PR?
I dont know, but probably it cant be? Can we use `setindex` for `StaticModel` as the type stable option?
The easiest thing I can think of would be to define `@metadata _parameters` and have your `@parameters` macro simply insert the `
I was actually thinking of adding a Tables.jl interface so we can use model objects directly as tables, and they will print as tables etc. Edit: it would even work...
Hmm I think it needs to be `methodswith(::Type{
Yeah that's what FieldDocTables does, as well as the field doc and the field name. The tables idea is pretty much what I want to do as well. Converting to...