Exceptions OptimizationDivergence ¶ Bases: Exception Exception raised when the optimization algorithm diverges. Source code in viprs/utils/exceptions.py 2 3 4 5 6class OptimizationDivergence(Exception): """ Exception raised when the optimization algorithm diverges. """ pass