Software Recipes: Proven Tools by D. James Benton

Software Recipes: Proven Tools by D. James Benton

Author:D. James Benton [Benton, D. James]
Language: eng
Format: azw
Publisher: UNKNOWN
Published: 2022-04-30T00:00:00+00:00


Chapter 15. Nonlinear Optimization in One Dimension

This is the process of finding the minimum or maximum of a function in one variable. The function is necessarily nonlinear, as linear functions (straight lines) don't exhibit a minimum or maximum. We build the algorithm to handle a minimum. If a maximum is sought, simply use the same algorithm on the inverse. The simplest effective algorithm for this is Brent's Method.[4] Articles on this approach are readily found on the Web and so we will not delve into the details here, only the implementation, which is illustrated in the following figure:



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.