hdrake / OptimizeClimate

MOVED TO http://github.com/ClimateMARGO/ClimateMARGO.jl
http://github.com/ClimateMARGO/ClimateMARGO.jl
1 stars 0 forks source link

Replicated my ad-hoc optimiation with JuMP! #11

Closed hdrake closed 4 years ago

hdrake commented 4 years ago

I replicated the optimization in the basic example notebook basic_example.ipynb with a modified verson of @alanedelman's proof-of-concept using the JuMP package for non-linear optimization (see JuMP_model.ipynb). It reproduces the optimal trajectories exactly (by eye) with a substantial 100x speed-up! My basic steepest descent (with momentum) algorithm took 8.4 second versus 0.09 seconds using JuMP.

review-notebook-app[bot] commented 4 years ago

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.