scipy 1.8.0 Pypi GitHub Homepage
Other Docs
Parameters
_display_iter(rho_p, rho_d, rho_g, alpha, rho_mu, obj, header=False)

Parameters

rho_p : float

The (normalized) primal feasibility, see [4] 4.5

rho_d : float

The (normalized) dual feasibility, see [4] 4.5

rho_g : float

The (normalized) duality gap, see [4] 4.5

alpha : float

The step size, see [4] 4.3

rho_mu : float

The (normalized) path parameter, see [4] 4.5

obj : float

The objective function value of the current iterate

header : bool

True if a header is to be printed

Print indicators of optimization status to the console.

Examples

See :

Local connectivity graph

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


GitHub : /scipy/optimize/_linprog_ip.py#503
type: <class 'function'>
Commit: