Skip to content

EasyHybrid.jl

Integrates neural networks with mechanistic models.

EasyHybrid

How to Install EasyHybrid.jl?

Since EasyHybrid.jl is registered in the Julia General registry, it is available through the Julia package manager. You can enter it by pressing ] in the REPL and then typing add EasyHybrid. Alternatively, you can also do

julia
julia> using Pkg
julia> Pkg.add("EasyHybrid")

If you want to use the latest unreleased version of EasyHybrid.jl you can run the following command: (in most cases the released version will be same as the version on github)

julia
julia> using Pkg
julia> Pkg.add(url="https://github.com/EarthyScience/EasyHybrid.jl")