Optimization
Our goals is to find values of the variables that optimize the objectives. Often the variables are restricted, or constrained, in some way.
There is no universal optimization algorithm but rather a collection of algorithms, each of which is tailored to a particular type of optimization problem.
- optimality conditions: checking that the current set of variables is indeed the solution of the problem
- sensitivity analysis: reveals the sensitivity of the solution to changes in the model and data.