-
### Describe the bug
When making a left invariant metric on SO(3) and calling the geodesic function, I get NaNs (with autograd backend) and segfault (with pytorch background). In both backends, thi…
-
A pricing engine is useless without the ability to calibrate to data.
We start with adding two different numerical inversion solvers (root finders):
- [x] Bisection
- [x] Newton Raphson
Then…
-
Hello,
New to Julia and to DifferentialEquations.jl, so please be forgiving.
I am trying to solve a linear ODE with constant coefficients whose solution I know for sure is stable.
I would lik…
-
In the attached example code [`eventstudyr_issue.zip`](https://github.com/JMSLab/eventstudyr/files/11826864/eventstudyr_issue.zip), the smooth path optimization is failing with the example data. Speci…
-
## Bug Report
@trilinos/muelu @trilinos/thyra @bartlettroscoe
When removing packages from my configure scripts related to the now optional Epetra dependency in Panzer, I noticed it was possible f…
-
Hi,
I'm asking a question following the [recent blog post](https://kidger.site/thoughts/torch2jax/) where point 9 raises awareness on `lax.cond` with `jax.vmap`. One of the advice is to use a dummy…
-
The NaturalGradient class from the Gradient framework (qiskit/opflow/gradients/natural_gradient.py) is strongly coupled with the logic of solvers that are used for solving systems of linear equations.…
-
Hi everybody,
@GianniLunardi and I are trying to reduce the computation time of DDP (or FDDP) for an MPC application. Thanks to the parallelization of the backward pass, now the bottleneck is the f…
-
Tried installing ariadne as suggested, but received the following issue and can't seem to progress. Any advice?
E: The repository 'https://ppa.launchpadcontent.net/ariadne-cps/ariadne/ubuntu jammy …
-
MOI parameterizes function and set types with the number type used to store the data, example:
```julia
julia> using JuMP
julia> MOI.LessThan(big"3.5")
MathOptInterface.LessThan{BigFloat}(3.5)
…