bundles / scipy latest / scipy / optimize / _linprog_util / _display_summary
function
scipy.optimize._linprog_util:_display_summary
Signature
def _display_summary ( message , status , fun , iteration ) Summary
Print the termination summary of the linear program
Parameters
message: strA string descriptor of the exit status of the optimization.
status: intAn integer representing the exit status of the optimization
0 : Optimization terminated successfully 1 : Iteration limit reached 2 : Problem appears to be infeasible 3 : Problem appears to be unbounded 4 : Serious numerical difficulties encountered
fun: floatValue of the objective function.
iteration: iterationThe number of iterations performed.
Aliases
-
scipy.optimize._linprog._display_summary