Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在scipy.optimise模块中,有许多不同的函数可以找到函数的根(brentq、brenth、ridder、bisect、newton)。但是,我没有提供有关每种方法的特征的详细信息。如何确定哪一种更适合我的需求?我应该选择哪一个?
scipy.optimise
换句话说,每个函数更擅长哪种优化?