Module 4
Module 4
Formulation:
o Linear programming deals with optimizing (maximizing or minimizing) a
linear objective function subject to linear equality and inequality
constraints.
o A general LP problem can be formulated as:
Move through the interior of the feasible region rather than along
the edges.
Often more efficient for large-scale problems.
Example:
o A factory produces two types of products, A and B.
o The factory has 12 hours of labor and 8 units of raw material available.
o Formulation:
Methods:
o Gradient Descent:
o Newton's Method:
Resource Allocation:
o Optimizing the allocation of limited resources (e.g., time, money,
manpower).
o Example: Scheduling tasks to minimize completion time.
4. Constrained Optimization
Description:
o Optimization problems where the solution must satisfy certain constraints.
Methods:
o Lagrange Multipliers: