SciML / Optimization.jl

Mathematical Optimization in Julia. Local, global, gradient-based and derivative-free. Linear, Quadratic, Convex, Mixed-Integer, and Nonlinear Optimization in one simple, fast, and differentiable interface.
https://docs.sciml.ai/Optimization/stable/
MIT License
704 stars 77 forks source link

fix typos #611

Closed spaette closed 10 months ago

spaette commented 10 months ago

The dumped strings from the repository exposed only these typos.

docs/src/optimization_packages/metaheuristics.md docs/src/optimization_packages/optim.md lib/OptimizationMOI/src/nlp.jl src/adtypes.jl

Vaibhavdixit02 commented 10 months ago

thanks!