CAP Optimization Flashcards

1
Q

Objective function

A

a function that maps an event or values of one or more variables onto a real number intuitively representing some cost or benefit associated with the event

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

Sensitivity analysis

A

Method for investigating how the optimal solution to an optimization problem changes as constraints are relaxed

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

Feasible region

A

the set of all possible points of an optimization problem that satisfy the problem’s constraints

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

Graphical method

A

a simple method for solving optimization problems involving two decision variables by drawing the many constraints

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

Non Linear Optimization

A

the process of solving an optimization problem defined by a system of equalities and inequalities, collectively termed constraints, over a set of unknown real variables, along with an objective function to be maximized or minimized, where some of the constraints or the objective function are nonlinear

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

Integer programming

A

a mathematical optimization or feasibility program in which some or all of the variables are restricted to be integers

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

Tabu search

A

a metaheuristic search method employing local search methods used for mathematical optimization

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

Mixed linear programming

A

a mathematical optimization or feasibility program in which some, but not all, all of the variables are restricted to be integers

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

Goal programming

A

a branch of multiobjective optimization, which in turn is a branch of multi-criteria decision analysis; an extension or generalisation of linear programming to handle multiple, normally conflicting objective measures

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

Simulation-based optimization

A

An integration of optimization techniques into simulation analysis; used when the objective function is difficult and expensive to evaluate because of the complexity of the simulation

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

Linear programming

A

a method to achieve the best outcome (such as maximum profit or lowest cost) in a mathematical model whose requirements are represented by linear relationships

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

Constraint

A

a condition of an optimization problem that the solution must satisfy

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

Shadow price

A

the instantaneous change, per unit of the constraint, in the objective value of the optimal solution of an optimization problem obtained by relaxing the constraint.

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

Duality

A

the principle that optimization problems may be viewed from either of two perspectives, maximization or minimization

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

genetic algorithm

A

a search heuristic that mimics the process of natural selection

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

Simplex method

A

Most common method used for solving linear programming problems