Skip to content
Python FAQ

Practical answers to common Python questions, with useful code examples and explanations.

  • Home
  • Home
Books
Home » root finding
How to find roots and optimize functions with scipy.optimize in Python
Posted inSciPy

How to find roots and optimize functions with scipy.optimize in Python

Posted inSciPyTags: optimization, root finding, scipy.optimize
Optimization methods for finding thresholds. Binary search on monotone predicates, ternary search on unimodal functions. A comparison against brute force, gradient descent, simulated annealing, and genetic algorithms. Includes Python code examples for binary, ternary, and exponential search.
Read More
Copyright 2026 — Python FAQ. All rights reserved.
Scroll to Top