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
つまり、各関数がどのような最適化に優れているのでしょうか。