simopt.feasibility ================== .. py:module:: simopt.feasibility .. autoapi-nested-parse:: Feasibility score functions. Module Contents --------------- .. py:function:: feasibility_score(lhs: numpy.ndarray, method: str, norm_degree: int, two_sided: bool) -> float Compute feasibility score for a given set of constraints. .. py:function:: feasibility_score_history(history: list[numpy.ndarray], method: str, norm_degree: int, two_sided: bool) -> list[float] Compute feasibility score history.