o
    i                     @   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   _/home/ubuntu/veenaModal/venv/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    