Mathematics · Economics

Optimization and Mathematical Programming

1,802 Questions

Mathematical programming involves selecting the best element from a set of alternatives based on specific criteria. These concepts are tested in various competitive exams, especially those focusing on decision making and resource allocation. The collection includes problems on linear programming, structural optimization, and computational complexity.

Linear programmingDynamic programmingConvex optimizationInteger programmingStructural optimization methodsMathematical modeling

Optimization and Mathematical Programming Questions

Multiple choice
  1. TRUE

  2. FALSE

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Linear programming is deterministic, not probabilistic. All parameters in an LPP (objective coefficients, constraint coefficients, RHS values) are assumed to be known with certainty. Stochastic programming handles probabilistic scenarios.

Multiple choice
  1. TRUE

  2. FALSE

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The minimum ratio test (least non-negative ratio) determines which variable reaches zero first as the entering variable increases. This selection ensures that feasibility is maintained - the chosen departing variable becomes non-basic while all other basic variables remain non-negative.

Multiple choice
  1. probability function

  2. optimal function

  3. objective function

  4. linear function

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In optimization and search, the heuristic function is often referred to as the objective function because it defines the goal or the 'cost' that the algorithm aims to minimize or maximize.

Multiple choice
  1. Complex Hill-Climbing

  2. Steepest-Ascent Hill-Climbing

  3. Simulated Annealing

  4. None of the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Steepest-Ascent Hill-Climbing evaluates all possible successors of the current state and chooses the one that provides the greatest improvement, rather than just taking the first better move found.