spey.set_optimiser

Contents

spey.set_optimiser#

spey.set_optimiser(name: str) None[source]#

Set optimiser for fitting interface.

Alternatively, optimiser can be set through terminal via

>>> export SPEY_OPTIMISER=<name>

spey will automatically track SPEY_OPTIMISER settings.

Added in version 0.2.6.

Parameters:

name (str) – name of the optimiser, scipy or minuit.