evaluate()

evaluate()#

ContinuousRegTest.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 the model produces a stable solution under the test case conditions, False otherwise.