GPR for ideal gas (ig_active
)#
Generates ideal gas (1D in external potential) data to test GP models and active learning strategies.
Functions:
|
Create |
|
Create |
Classes:
|
Data object for gpr with ideal gas. |
|
Simulation object for ideal gas. |
- thermoextrap.gpr_active.ig_active.extrap_IG(beta, rng=None)[source]#
Create
ExtrapModel
- thermoextrap.gpr_active.ig_active.multiOutput_extrap_IG(beta, rng=None)[source]#
Create
ExtrapModel
- class thermoextrap.gpr_active.ig_active.IG_DataWrapper(beta, rng=None)[source]#
Bases:
object
Data object for gpr with ideal gas.
Methods:
get_data
([n_conf, n_part])Create data.
build_state
([all_data, max_order])Build state/model.