Implementation of the Brent's method with derivatives for calculating the local minimum of a function of multiple variables using Python

前端 未结 0 1656
误落风尘
误落风尘 2020-12-23 23:43

I have to write a function which calculates local minimum of a function which takes a set of variables (from 2 to 4). E.g.

def test(x):
    return (x[0] + x[1         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题