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