kanav99 on gh-pages
build based on e8d8dce (compare)
ChrisRackauckas on master
fix #808 Update src/systems/diffeqs/odes… Merge pull request #818 from pb… (compare)
``1.
]dev SymbolicUtils`]activate
]resolve
and ]test
inside ~/.julia/dev/SymbolicUtils.jl/cd ~~
and ]add ~~/.julia/dev/SymbolicUtils
# is this the way to test for version conflicts w/ my default environment?NewOptimizatonType
names in them. I can guess that Expected Improvement is going to be EI(), but it could be nice to add them.[slack] <briochemc> What's the correct way to check if a function is inplace? I.e., in
```julia> foo(du, u, p, t) = "in place"
foo (generic function with 1 method)
julia> ODEFunction(foo)
(::ODEFunction{true,typeof(foo),LinearAlgebra.UniformScaling{Bool},Nothing,Nothing,Nothing,Nothing,Nothing,Nothing,Nothing,Nothing,Nothing,Nothing,Nothing,Nothing}) (generic function with 7 methods)``
how does ODEFunction assign
iip = true`? Not sure where to look for the code that does that 😅
nargs
, but I want to be sure how it's supposed to be done 🙂
nargs
search on DiffEqBase gave me no results 🤔)
A\b
works, but I am benchmarking different methods.
A\b
does something perhaps overly smart and switches the solver depending on the dimensions i believe
A
matrix comprises derivative operators, so I'm also looking at DiffEqOperators.