Closed Robbybp closed 1 year ago
Easiest way to do this is to look at the primal (and dual, but that's harder) infeasibility at the point of convergence (or hitting the iteration limit). This can be done with the large_residuals_set from idaes.core.util.model_statistics.
large_residuals_set
idaes.core.util.model_statistics
Easiest way to do this is to look at the primal (and dual, but that's harder) infeasibility at the point of convergence (or hitting the iteration limit). This can be done with the
large_residuals_set
fromidaes.core.util.model_statistics
.