Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JuliaML backend for parameter estimation #101

Closed
ChrisRackauckas opened this issue Nov 2, 2016 · 1 comment
Closed

JuliaML backend for parameter estimation #101

ChrisRackauckas opened this issue Nov 2, 2016 · 1 comment

Comments

@ChrisRackauckas
Copy link
Member

Following up on #47, it would be nice to add JuliaML support to the parameter estimation. This would look a lot like the Optim.jl support shown here in the docs DifferentialEquations.jl (specifically, through DiffEqParamEstim.jl) spits out an objective function for Learn.jl or something like that to solve.

The code to get this done will likely be very simple. For example, this is the entire code to get it for Optim.jl: https://github.com/JuliaDiffEq/DiffEqParamEstim.jl/blob/master/src/DiffEqParamEstim.jl#L21 . But we will need some JuliaML support since I'm not familiar with how to use their tools (and some of it still needs to be developed).

@ahwillia

@ChrisRackauckas
Copy link
Member Author

Migrated to SciML/DiffEqParamEstim.jl#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant