Contents Menu Expand Light mode Dark mode Auto light/dark mode
Search-for-EPs 2023 documentation
Search-for-EPs 2023 documentation

Contents:

  • Installation
  • User Guide
  • Code
    • searchep.eval
    • searchep.data
    • searchep.gpr
    • searchep.GPFlow_model_class
    • searchep.zero_search
Back to top

searchep.zero_search#

Performs zero search for 2D input

searchep.zero_search.zero_search(fun, guess)#

Performs root finding

Parameters:
  • fun – Callable function on which you want to perform root finding

  • guess – Initial guess of the root

Returns:

Root of the callable function

Return type:

np.ndarray

Previous
searchep.GPFlow_model_class
Copyright © 2023, Patrick Egenlauf
Made with Sphinx and @pradyunsg's Furo
On this page
  • searchep.zero_search
    • zero_search()