Topic 1 Basics of Optimisation Flashcards
(18 cards)
Define independent variable.
- Variable which can be freely set within the scope of the problem.
- Also called decision variable.
- Causes a change in the dependent variable(s)
Define dependent variable
Variable which changes based on the independent variables.
Define objective function
- Function of the independent variable(s) which produces a dependent variable.
- Also called the cost function
Define optimisation
Process of selecting the best possible decision variable (or set of decision vector) from a range of possibilities which maximises or minimises (as required by the problem) the objective function response (decision variable value(s))
What are the inputs to the objective function known as?
Independent variables
What is the output of an objective function known as?
Dependent variable
Define univariate function
- An objective function which has exactly one input value, i.e. the independen/decision variable has exactly one dimension
What is the feasible space?
A subset of the set of all possble values of the decision variable, X [proper subset of] Omega.
What is the difference between a global minimum point and a local minimum point?
A local minimum point is the minimum value within a specific region.
A global minimum point is the minimum value within the entire feasible space, X.
What is the difference between a global minimum point and a local minimum point?
A local minimum point is the minimum value within a specific region.
A global minimum point is the minimum value within the entire feasible space, X.
What is a weak local minimum point?
- A minimum point within a specified range which is one of a range of adjacent points, all with the same function response.
- It appears on a 2D graph as a point within a flat section of the objective function line.
What is an inflection point?
Point at which the function changes from being increasing to decreasing or vice versa (i.e., the concavity changes)
What is a discrete independent/decision variable?
A variable whose value counts a set of finite items.
What is a continuous independent/decision variable?
- A variable whose value can take any value within a range
- E.g. A person’s height
What is a binary independent/decision variable?
- A variable whose value takes one of two possible values
- E.g. heads or tails
What is a nominal independent/decision variable?
Variable whose value represents a category which has no ordering.
- e.g. a person’s nationality
What is an ordinal independent/decision variable?
- A variable whose value is from an ordered ranking
- May be discrete or continuous
- e.g. rating scale in a survey
Define multivariate function
- Function which has multiple input values
- It may take a decision vector as input which contains multiple values
- e.g. f(x) = x_1 ^ 2 + x_2 ^ 2