Ryan Senne

Results 31 comments of Ryan Senne

Good questions. Here are my thoughts: 1.) There will be some amount of allocation, but to my understanding, one can do allocation-minimal progress bars. For any PR I do I...

Yes reading that test is very helpful, I ended up reading through the NLSolversBase code and came to a similar conclusion. I definitely agree having this written somewhere would be...

Yes i think they are related as it comes to interfacing with the package. I think a lot of this thread was mostly me being confused about how to properly...

Is this package still maintained? If so i'm happy to work on this :)

I have this working for a PR

Has there been any headway on this issue--I have a use case for this distribution and could attempt to implement if no one is actively working on this

i poked around a bit and I think this is as easy as modifying `update_state!` like follows: ``` function update_state!(d, state::NewtonState, method::Newton) # Search direction is always the negative gradient...

Great! I'm happy to take charge on this for a PR. Right now my solution from above is pretty naively implemented--I'm sure there is a better way to handle this...

Sounds good! I'll go through the code this week to see how this can be most elegantly handled. I'll give you an update if I come up with what I...

Hey @pkofod hoping you can give me a little insight on a few things. In your code, specifically the `update_state!` function I've been playing around with: ```julia function update_state!(d, state::NewtonState,...