evaluate()#
- ContinuousRegTest.evaluate(model, **predict_options)#
Evaluate the
modelunder the test case conditions.- Parameters:
- modelopinf.models object
Instantiated model, ready for prediction.
- predict_optionsdict
Additional keyword arguments for
model.predict().
- Returns:
- resultbool
Trueif themodelproduces a stable solution under the test case conditions,Falseotherwise.