Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 552 Bytes

Examples

The .jl files in each subdirectory are meant to be processed using Literate.jl. During the build process, the .jl files are converted to notebooks.

  1. install optimization_dynamics
  2. install IJulia (add it to the default project)
  3. interact with notebooks
    using IJulia, OptimizationDynamics
    notebook(dir=joinpath(dirname(pathof(OptimizationDynamics)), "..", "examples"))