PhD_Optimization_Notes
PhD_Optimization_Notes
Level
Notes
Single and Multivariable Optimization
Single-variable optimization focuses on finding the extremum of a function with one
variable. It uses derivatives to find where the first derivative is zero and checks the
second derivative for minima/maxima.
Multivariable optimization deals with functions of more than one variable, using
gradient vectors and Hessian matrices for analysis. It includes unconstrained and
constrained problems, solved via Lagrange multipliers or KKT conditions.
Multi-objective Optimization
Multi-objective Optimization (MOO) addresses problems with more than one
conflicting objective. Solutions are evaluated for Pareto optimality.
Multi-model Optimization
Multi-model Optimization considers multiple models simultaneously to account for
uncertainty or different views.
Combinatorial Optimization
Combinatorial Optimization involves optimization over discrete structures.
Intelligence in Optimization
Integrating AI techniques into optimization processes improves performance.