ChrisRackauckas / universal_differential_equations

Repository for the Universal Differential Equations for Scientific Machine Learning paper, describing a computational basis for high performance SciML
https://arxiv.org/abs/2001.04385
MIT License
219 stars 59 forks source link

use zygote and BFGS #8

Closed collinwarner closed 4 years ago

collinwarner commented 4 years ago

Change code from using Tracker to using Zygote.jl and Optim.jl with BFGS solving. Preserves callback functionality

ChrisRackauckas commented 4 years ago

The manifest doesn't seem to be updated.

collinwarner commented 4 years ago

The Manifest should be updated now