kgpy:docs
  • Index
  • Modules

Navigation

  • next »
  • « previous |
  • kgpy documentation »
  • kgpy »
  • optimization »
  • minimization »
  • golden_section_search

golden_section_search¶

kgpy.optimization.minimization.golden_section_search(func, a, b, tolerance=1e-06)¶
Return type:

numpy.ndarray

Parameters:
  • func (Callable[[ndarray], ndarray]) –

  • a (ndarray) –

  • b (ndarray) –

  • tolerance (float) –

Table of Contents

  • kgpy
    • linspace
    • midspace
    • rebin
    • rms
    • atmosphere
    • chianti
    • colormaps
    • ctis
    • fft
    • filters
    • format
    • function
    • geometry
    • img
    • io
    • labeled
    • latex
    • matrix
    • mixin
    • model
    • moment
    • multiprocess_tools
    • nsroc
    • obs
    • observatories
    • optics
    • optimization
      • minimization
        • calc_update
        • coordinate_descent
        • golden_section_search
      • root_finding
    • plot
    • solar
    • transforms
    • uncertainty
    • units
    • vectors

Page Source   Back to Top

© Copyright 2020, Roy T. Smart, Charles C. Kankelborg, Jacob D. Parker, Nelson C. Goldsworth.
Created using Sphinx 7.2.6.