minimisationsproblem
Minimisationsproblem, often translated as a minimization problem, is the task of finding a decision vector x that minimizes an objective function f(x) over a feasible set X. The problem is usually written as minimize f(x) subject to x in X, or with explicit constraints g_i(x) ≤ 0 and h_j(x) = 0. If there are no constraints besides domain bounds, it is an unconstrained minimisation; with constraints, it is a constrained minimisation.
A solution is a point where no nearby feasible point yields a smaller value. A global minimum
Methods range from analytical to numerical. For smooth f, gradient-based methods such as gradient descent or
Applications span economics, engineering, operations research and machine learning, including portfolio optimisation, production planning, resource allocation,
The term minimisationsproblem is used in the Nordic languages; in English, minimization problem is common.