SciML / OptimizationBase.jl

The base package for Optimization.jl, containing the structs and basic functions for it.
MIT License
8 stars 5 forks source link

[WIP] StaticArrays support #23

Open Vaibhavdixit02 opened 4 months ago

Vaibhavdixit02 commented 4 months ago

Checklist

Additional context

Now that oop is supported StaticArrays should start working, as shown by the fact most tests already work, some might need adjustments and ensuring that the SArray is passed through and no regular arrays are created midway. FiniteDiff looks like it might not work based on testing so far but let's see. Fixes #14