-
This issue is for supporting duplicated kwargs for custom rules as mentioned #1459.
The example I'm considering is the `callback` keyword argument when differentiating the solution to an ODE probl…
-
Reference implementation, https://github.com/SciML/SciMLBenchmarks.jl/blob/07ca27bb559031c0c0ab17f4d4c22dddfdb43535/benchmarks/OptimizationFrameworks/optimal_powerflow.jmd#L599-L765
-
- Not every optimizer/surrogate/sampler has a clear example what parameters have to be passed for it to work.
Often the box around a code snippet is missing, and there are missing doc-strings.
ht…
-
Deleting the sensealg keyword in e.g. this tutorial:
https://docs.sciml.ai/SciMLSensitivity/dev/examples/optimal_control/optimal_control/
gives the warning that `EnzymeVJP` does not work on the prob…
-
Why is the solve for Optimization.jl defined here and not in Optimization.jl itself, like other solver SciML solver packages do it?
https://github.com/SciML/SciMLBase.jl/blob/master/src/solve.jl
-
Hi @fverdugo
I have been taking a look at `DifferentialEquations.jl`, in order to create `ODESolver`s as wrappers of this library solvers.
In our current version of the `GridapTimeStepper` pack…
-
`ArrayPartition` is a useful structure to concatenate arrays of different types. The type is defined in [SciML/RecursiveArrayTools.jl](https://github.com/SciML/RecursiveArrayTools.jl?tab=readme-ov-fil…
-
Here's a big page where we can voice high level desires over the direction and design of the overall SciML documentation and the "template" we are using for each of the solver packages.
## Package …
-
https://github.com/SciML/OrdinaryDiffEq.jl/pull/1133/files#diff-854657c5aed40afd28fe07c1413f83c0R43
The convergence rate is about 1.5 instead of 3.0. I'm not quite sure how https://github.com/SciML…
-
## 🐛 Bug
If a module declares an annotated attribute with a type that is not TorchScript compatible, it cannot be `torch.jit.script`ed even if that attribute is never used in TorchScript.
## To …