evaluate()#
- DiscreteRegTest.evaluate(model, **predict_options)#
Evaluate the
model
under the test case conditions.- Parameters:
- modelopinf.models object
Instantiated model, ready for prediction.
- predict_optionsdict
Additional keyword arguments for
model.predict()
.
- Returns:
- resultbool
True
if themodel
produces a stable solution under the test case conditions,False
otherwise.