Читать книгу Mathematical Programming for Power Systems Operation - Alejandro Garcés Ruiz - Страница 31
2.1 About sets and functions
ОглавлениеSets and functions are familiar concepts in mathematics. A set is a well-defined collection of distinct objects, considered an object in its own right. A function is a map that takes objects from one set (i.e., input or domain) and returns an object in another set (i.e., output or image). An optimization problem consists of finding the best object in the output set and its corresponding input, as shown schematically in Figure 2.1. The input set Ω is called the set of feasible solutions, and the best object corresponds to a minimum or a maximum, according to an objective function f:Ω⊆Rn→R.
Figure 2.1 Representation of the sets related to a general optimization problem.
Solving an optimization problem implies not only to find the value of the objective function (e.g., fmin or fmax) but also the value x, at the input set Ω (e.g.,xmin, xmax). These values are represented as follows:
(2.1)
(2.2)
Notice that fmin and fmax are numbers whereas xmin and xmax are vectors. The following example shows the difference between min and argmin (the same applies for max and argmax).