nabs.optimize

Support for generic optimization routines through bluesky.

Functions

golden_section_search(signal, motor, ...[, ...])

Use golden-section search to find the extrema of a signal

maximize(signal, motor, tolerance[, ...])

Maximize the value of an ophyd.signal.Signal.

minimize(signal, motor, tolerance[, ...])

Minimize the value of an ophyd.signal.Signal.

optimize(signal, motor, tolerance[, ...])

Generic optimization method

walk_to_target(signal, motor, target, ...)

Walk the motor until a signal reaches our target