o
    ñhã  ã                   @   sD   G d d„ de ƒZG dd„ de ƒZG dd„ deƒZG dd„ de ƒZdS )	c                   @   ó   e Zd ZdZdS )ÚMaxEvalErrorzM
    Exception raised when the maximum number of evaluations is reached.
    N©Ú__name__Ú
__module__Ú__qualname__Ú__doc__© r   r   úV/var/www/vscode/kcb/lib/python3.10/site-packages/scipy/_lib/cobyqa/utils/exceptions.pyr      ó    r   c                   @   r   )ÚTargetSuccessz<
    Exception raised when the target value is reached.
    Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚCallbackSuccesszQ
    Exception raised when the callback function raises a ``StopIteration``.
    Nr   r   r   r   r	   r      r
   r   c                   @   r   )ÚFeasibleSuccesszP
    Exception raised when a feasible point of a feasible problem is found.
    Nr   r   r   r   r	   r      r
   r   N)Ú	Exceptionr   r   ÚStopIterationr   r   r   r   r   r	   Ú<module>   s    