Cmo U1
Cmo U1
Objective Function
What is it?
The objective function is the mathematical expression that defines the goal of
the optimization. It is the function we want to either:
• Maximize (e.g., profit, efficiency, output), or
• Minimize (e.g., cost, time, energy use)
Notation:
Examples:
Decision Variables
What are they?
Decision variables represent the choices we can make. These are the unknowns
that the optimization process tries to determine.
Each variable influences the value of the objective function and must lie within
feasible values defined by constraints and bounds.
Notation:
Examples:
Constraints
What are they?
Constraints are rules or conditions that the solution must satisfy. They represent
real-world limitations such as resource availability, time limits, or regulations.
Constraints can be:
Purpose:
They restrict the feasible set of solutions.
Examples:
Variable Bounds
What are they?
Variable bounds define the upper and lower limits for each decision variable.
These ensure the solution stays within realistic or practical limits.
Sometimes called box constraints.
Notation:
Examples:
Where:
Classification of Optimization Problems
Unconstrained No constraints on
Fitting a curve to data
Optimization variables
**Electrical Engineering
• Optimal placement of sensors and circuits.
• Power system load balancing and fault management.
**Cost Optimization
• Minimize production or operational costs.
• Decide optimal pricing strategies for products.
**Model Training
• Minimize loss functions (like MSE or cross-entropy) to improve model
accuracy.
**Hyperparameter Tuning
• Optimize learning rates, batch sizes, etc., using algorithms like Bayesian
optimization or grid search.
5. Healthcare
**Resource Allocation
• Optimal scheduling of doctors, nurses, or equipment in hospitals.
**Treatment Planning
• Optimize dosage and timing of medications or radiation therapy.
Example:
Using optimization to create patient-specific treatment plans in cancer therapy.
**Experimental Design
• Minimize the number of experiments while maximizing information
gained.
**Parameter Estimation
• Fit mathematical models to experimental data by minimizing error.
**Production Planning
• Decide what, when, and how much to produce to meet demand while
minimizing costs.
**Facility Layout
• Optimize the layout of machines and workstations to minimize material
handling time.