:orphan: Examples ======== This gallery walks through every public feature of ``mathematicskit.optimization``: gradient descent, nonlinear conjugate gradient, Newton's method and BFGS, momentum methods (Nesterov, Adam), Nelder-Mead, golden-section search, stochastic approximation, nonlinear least squares, constrained optimization (Lagrange/KKT, the penalty method, Frank-Wolfe), linear and integer programming, zero-sum games, and dynamic programming. See also the narrative tutorial: - :doc:`/tutorials/newtons_method_across_domains` Each script in this gallery is self-contained and can be run directly with ``python examples/optimization/
/