Steepest Ascent Method - Maple Application Center
Application Center Applications Steepest Ascent Method

Steepest Ascent Method

Authors
: Prof. William Fox
Engineering software solutions from Maplesoft
This Application runs in Maple. Don't have Maple? No problem!
 Try Maple free for 15 days!
This worksheet applies the gradient search method for multi-variable maximization problems. This is an update of our earlier version in the application center. This worksheet solves nonlinear optimization problems by the method of steepest ascent. Given a function f(x,y) and a current point (`x__0`, `y__0`), the search direction is taken to be the gradient of f(x,y) at (`x__0`, `y__0`). The step length is computed by line search, i.e. as the step length that maximizes f(x,y) along the gradient direction.

Application Details

Publish Date: July 07, 2016
Created In: Maple 18
Language: English

More Like This

Classroom Tips and Techniques: Bivariate Limits - Then and Now
Classroom Tips and Techniques: Introduction to Maple's GraphTheory Package
Classroom Tips and Techniques: Steepest-Ascent Curves
Classroom Tips and Techniques: Partial Derivatives by Subscripting
DirectSearch optimization package, version 2
The Nelder-Mead Method for Optimization in Two Dimensions
Fibonacci search method for unimodal optimization
Classroom Tips and Techniques: An Inequality-Constrained Optimization Problem