Caution
Work in progress
EasyHybrid.jl
provides a simple and flexible framework for hybrid modeling, enabling the integration of neural networks with mechanistic (physics-based) models. This approach can be expressed as:
where
Clone the repository
git clone https://github.com/EarthyScience/EasyHybrid.jl.git
and start using it by opening one of the env
in projects
, i.e. Q10.jl. There executing the first 4 lines should get you all needed dependencies. shift + enter
.
EasyHybrid $ julia # call julia in the EasyHybrid directory
julia> ] # ']' should be pressed, this is the pkg mode
pkg > activate . # activate this project
pkg > instantiate
and now you are good to go!
using EasyHybrid