Optimization Fundamentals
Optimization is the field of applied mathematics dedicated to finding the best solution from a set of available alternatives according to specified criteria.
Mathematical Formulation
A general single-objective optimization problem can be formulated as:
- Objective Function: Minimize
- Decision Variables:
- Search Bounds:
Where:
- is the decision vector in -dimensional space.
- is the objective (or fitness) function.
- and define the lower and upper search bounds.
Meta-Heuristics
In complex non-convex search spaces, traditional derivative-based methods (such as Gradient Descent) often get trapped in local optima or fail due to non-differentiability.
Meta-heuristics provide stochastic optimization techniques capable of exploring large spaces efficiently without requiring gradient information.