필터 지우기
필터 지우기

Creating a gradient ascent matlab function?

조회 수: 6 (최근 30일)
Andrew
Andrew 2014년 12월 1일
답변: Mohammad Abouali 2014년 12월 1일
I have to create a gradient ascent matlab function that finds the maximum of a function of two variables. It can call a function that uses the golden section method to find the maximum of one function, but I don't know how to use this to do it for two variables. Does anyone know how to do this?

채택된 답변

Mohammad Abouali
Mohammad Abouali 2014년 12월 1일
It is the same as gradient descent except that you don't multiply your step by a negative sign. So your step has the same sign as your gradient (or hessian in higher dimensional problem).
check this.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Statics and Dynamics에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by