Topic 1 Basics of Optimisation Flashcards

(18 cards)

1
Q

Define independent variable.

A
  • Variable which can be freely set within the scope of the problem.
  • Also called decision variable.
  • Causes a change in the dependent variable(s)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define dependent variable

A

Variable which changes based on the independent variables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define objective function

A
  • Function of the independent variable(s) which produces a dependent variable.
  • Also called the cost function
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define optimisation

A

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))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the inputs to the objective function known as?

A

Independent variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the output of an objective function known as?

A

Dependent variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define univariate function

A
  • An objective function which has exactly one input value, i.e. the independen/decision variable has exactly one dimension
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the feasible space?

A

A subset of the set of all possble values of the decision variable, X [proper subset of] Omega.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between a global minimum point and a local minimum point?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the difference between a global minimum point and a local minimum point?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a weak local minimum point?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is an inflection point?

A

Point at which the function changes from being increasing to decreasing or vice versa (i.e., the concavity changes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is a discrete independent/decision variable?

A

A variable whose value counts a set of finite items.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is a continuous independent/decision variable?

A
  • A variable whose value can take any value within a range

- E.g. A person’s height

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is a binary independent/decision variable?

A
  • A variable whose value takes one of two possible values

- E.g. heads or tails

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is a nominal independent/decision variable?

A

Variable whose value represents a category which has no ordering.
- e.g. a person’s nationality

16
Q

What is an ordinal independent/decision variable?

A
  • A variable whose value is from an ordered ranking
  • May be discrete or continuous
  • e.g. rating scale in a survey
17
Q

Define multivariate function

A
  • 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