
    tKg                     \     G d  de       Z G d de       Z G d de      Z G d de       Zy)	c                       e Zd ZdZy)MaxEvalErrorzM
    Exception raised when the maximum number of evaluations is reached.
    N__name__
__module____qualname____doc__     f/home/alanp/www/video.onchill/myenv/lib/python3.12/site-packages/scipy/_lib/cobyqa/utils/exceptions.pyr   r          r
   r   c                       e Zd ZdZy)TargetSuccessz<
    Exception raised when the target value is reached.
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)CallbackSuccesszQ
    Exception raised when the callback function raises a ``StopIteration``.
    Nr   r	   r
   r   r   r      r   r
   r   c                       e Zd ZdZy)FeasibleSuccesszP
    Exception raised when a feasible point of a feasible problem is found.
    Nr   r	   r
   r   r   r      r   r
   r   N)	Exceptionr   r   StopIterationr   r   r	   r
   r   <module>r      s5   9 I m i r
   