_minimize_trust_region(fun, x0, args=(), jac=None, hess=None, hessp=None, subproblem=None, initial_trust_radius=1.0, max_trust_radius=1000.0, eta=0.15, gtol=0.0001, maxiter=None, disp=False, return_all=False, callback=None, inexact=True, **unknown_options)
Options for the trust-region algorithm are:
initial_trust_radius
initial_trust_radius
max_trust_radius
max_trust_radius
eta
eta
gtol
gtol
maxiter
maxiter
disp
disp
inexact
inexact
This function is called by the :None:None:`minimize`
function. It is not supposed to be called directly.
Minimization of scalar function of one or more variables using a trust-region algorithm.
Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.
Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)
SVG is more flexible but power hungry; and does not scale well to 50 + nodes.
All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them