© Robert Johansson 2015
Robert JohanssonNumerical Pythonhttps://doi.org/10.1007/978-1-4842-0553-2_6

6. Optimization

Robert Johansson
(1)
Chiba, Chiba, Japan
 
Keywords
Objective FunctionInequality ConstraintConstraint FunctionSteep Descent MethodSolve Optimization Problem
In this chapter, we will build on Chapter 5 about equation solving, and explore the related topic of solving optimization problems. In general, optimization is the process of finding and selecting the optimal element from a set of feasible candidates. In mathematical optimization, this problem is usually formulated as determining the extreme value of a function of a given domain. An extreme value, or an optimal value, can refer to either the minimum or maximum of the function, depending ...

Get Numerical Python : A Practical Techniques Approach for Industry now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.