Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 734 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 734 Bytes

Dash Optim App

Web app to optimize functions of 2 variables using Optim.jl, created with Dash.jl.

NB: Only functions with 2 parameters

Run DashOptim App

From the project folder, enter the following commands in Julia REPL

    julia>using Pkg
    julia>Pkg.activate(".")
    julia>include("run.jl")

Run Optimization

Animation6

Deploy in Herokuapp

From the project folder, enter the following commands in command line/terminal etc.

heroku login #then login to heroku app with your credentials
git push heroku master

Sometimes push won't work, then do

git push heroku master:master -f