This document introduces basic concepts in optimization, including:
- Local and global optima are defined, with local optima being points where no nearby points have lower objective values, and global optima having no other feasible points with lower values.
- Numerical methods are used to find optima by iteratively improving search along feasible directions from a starting point.
- Convex and concave functions and sets are defined, with convex functions/sets having important implications for optimization.