ConstrainedRootSolvers.jl

Customized root finding algorithms with constaints.
Author Yujie-W
Popularity
1 Star
Updated Last
1 Year Ago
Started In
June 2020

ConstrainedRootSolvers.jl

About

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

Dependencies

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 +

Installation

julia> using Pkg;
julia> Pkg.add("ConstrainedRootSolvers");

API

See API for more detailed information about how to use ConstrainedRootSolvers.jl.