Lukas' Notes

optimisation calculus machine-learning

Definition

Optimisation Method

An optimisation method is a systematic procedure for searching for a point that minimises or maximises an objective function. For a minimisation problem

an optimisation method produces a sequence of candidate points

using information about , the feasible set , and possibly past iterates. The method specifies how each new point is chosen, when the search stops, and what kind of optimality it is expected to approach. First-order optimisation methods use gradient information; second-order optimisation methods also use curvature information.