edisgo.flex_opt.exceptions.MaximumIterationError

exception edisgo.flex_opt.exceptions.MaximumIterationError(message)

Bases: Error

digraph inheritance384bdc9a55 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "Error" [URL="Error.html#edisgo.flex_opt.exceptions.Error",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base class for exceptions in this module."]; "MaximumIterationError" [URL="#edisgo.flex_opt.exceptions.MaximumIterationError",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Exception raised when maximum number of iterations in network reinforcement"]; "Error" -> "MaximumIterationError" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

Exception raised when maximum number of iterations in network reinforcement is exceeded.

message

Explanation of the error

Type:

str

message