Typical algorithms for root finding often do not work for plants because of the wierd shape of curves. In many cases, chosing a good initial guess works. But in many case, the initial guess may result in error. Here, customized root finding algorithms are presented with constaints. Due to the dependency on PkgUtility
, ConstrainedRootSolvers.jl
only spports Julia 1.6 and above.
Documentation | CI Status | Benchmarks | Compatibility | Code Coverage |
---|---|---|---|---|
Dependency | Version | Requirements |
---|---|---|
BenchmarkTools | 0.5.0 + | Julia 1.0 + |
DocStringExtensions | 0.8.3 + | Julia 0.7 + |
Parameters | 0.12.1 + | Julia 1.0 + |
ConstrainedRootSolvers | Julia 1.6 + |
julia> using Pkg;
julia> Pkg.add("ConstrainedRootSolvers");
See API
for more detailed information about how to use ConstrainedRootSolvers.jl
.