searchep.GPFlow_model_class#
- class searchep.GPFlow_model_class.GPFlowModel(model_diff: GPModel, model_sum: GPModel)#
Class for the deployment of a GPFlow model.
- __init__(model_diff: GPModel, model_sum: GPModel)#
Constructor for the model class.
- Parameters:
model_diff (gpflow.models.GPFlow) – Optimized model from GPFlow for eigenvalue difference squared
model_sum (gpflow.models.GPFlow) – Optimized model from GPFlow for eigenvalue sum
- get_ep_evs()#
Get the eigenvalues belonging to the EP.
- get_model_generator()#
Get the model generator for a specific model.