Krishna Bhogaonker
Krishna Bhogaonker
I was continuing to work on this problem. I tried to step through the error and thought this might be related to the AD backend. But it seems like even...
Okay, this problems seems to also happen in the demo `hudson_bay.jl` code after the first BFGS optimization call using the `shooting_loss`. Here is the code that I ran, and then...
@AlCap23 hopefully you can see this reference. Here is the issue that I mentioned to Chris. For some reason the `hudson_bay.jl` optimization is failing on the first BFGS run. The...
The problem seems to be with the choice of AD backend. I had to manually set the AD backend to `AutoForwardDiff` and then it worked. When I used the default...
@ChrisRackauckas , @AlCap23 and I have been looking at this. So far the error seems to be coming from `GalacticOptim`and potentially these functions: https://github.com/SciML/SciMLBase.jl/blob/181f0eb96b40e98eff2bae1268248f9e7f5460cc/src/problems/basic_problems.jl#L113 Julius thinks that one of the...
Have have not found the root of the problem yet. We were thinking it has something to do with the sequence with which the AD rules are being applied or...
@KirillZubov do you know of any updates on this issue? I was just trying to understand what the underlying problem was with including intermediate expressions in one of the system...
I am trying to understand how I can help with this, @ChrisRackauckas @KirillZubov ? In the case of this particular problem, the case is wildfire spread. So there is a...
I think you can generate the pmd file to md, and then use `pandoc` to generate the pdf file. Something like: ``` pandoc test.md -o test.pdf ```
Hey folks, This is a very interesting conversation. And I think it is really quite helpful. I suppose there are a lot of approaches to solve POMDPs by trying to...