Isaac Wheeler
Isaac Wheeler
Bumping to ask--did this ever get implemented into `DrWatson` proper? This sounds very useful to me. I can also try using `DrWatsonSim` on its own, of course, which I may...
This is a close cousin to the general discussion on legend styling happening at #2655. The dashes may be "present" in the legend, but the interplay of line widths and...
Bump just to say that I spent a good chunk of time today trying to understand why a least-squares problem was "stalled", when I think it has simply found the...
Since my work involves models with noticeable, expected mismatch between model and data, right now this issue prevents me from making use of these algorithms the way I would like...
I recently had a similar set of thoughts and ended up refactoring [my code base](https://github.com/LyoHUB/LyoPronto.jl/blob/f22d5bdf2319fa543fa9fb11b04fba6aba2ad096/src/paramfits.jl#L6-L91) to use [TransformVariables.jl](https://github.com/tpapp/TransformVariables.jl), so my cost function is written with a `transform` as an argument....
Per the discussion in https://github.com/JuliaPhysics/Unitful.jl/pull/808#issuecomment-3266835526. Docs build fails because Unitful 1.25 isn't actually released yet; there may be other errors as well. It probably makes sense to release this after...
I think that this is okay now, although probably #23 should get merged into the `gh-pages` branch first, since that adds the `v1.7` docs pages that this docs deploy will...
In trying to address https://github.com/JuliaPlots/Plots.jl/pull/5174, we need a way to load the extension for Julia
Since Plots is dropping the Julia 1.6 compat going forward, there's no longer a need to conditionally load the extension here--this is back to just emptying the package.
I, as a user, would be in favor of a per-component gradient, even if it's something that takes tinkering on my part to get right.