Skip to content

Yujie-W/ConstrainedRootSolvers.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Customized root finding algorithms with constaints.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages