NLOptControl.jl

Table of Contents

http://docs.juliadiffeq.org/latest/tutorials/ode_example.html#In-Place-Updates-1

https://github.com/JuliaDiffEq/ParameterizedFunctions.jl#ode-macros

http://docs.juliadiffeq.org/latest/tutorials/ode_example.html#Defining-Systems-of-Equations-Using-ParameterizedFunctions.jl-1 @ChrisRackauckas after looking at ParameterizedFunctions.jl, I realized that I have many many parameters and I it would be too much to write them all after the ‘’end’’ is there a way that I can include a “parameters.jl” file to execute this? Also, I am currently automatic differentiation, and I noticed that currently ParameterizedFunctions.jl uses symbolic differentiation. I remember you mentioning that you use automatic differentiation, can this also