Creating a gradient ascent matlab function?
6 次查看(过去 30 天)
显示 更早的评论
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?
0 个评论
采纳的回答
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).
0 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Event Functions 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!