service
bojaxns.service
Module Contents
- exception InvalidTrial[source]
Bases:
ExceptionCommon base class for all non-exit exceptions.
Initialize self. See help(type(self)) for accurate signature.
- class BayesianOptimisation(experiment)[source]
- Parameters:
experiment (bojaxns.experiment.OptimisationExperiment) –
- classmethod create_new_experiment(new_experiment)[source]
- Parameters:
new_experiment (bojaxns.experiment.NewExperimentRequest) –
- Return type:
- add_trial_from_data(key, param_values)[source]
- Parameters:
key (jax._src.random.PRNGKey) –
param_values (bojaxns.common.ParamValues) –
- Return type:
- post_measurement(trial_id, trial_update)[source]
- Parameters:
trial_id (str) –
trial_update (bojaxns.experiment.TrialUpdate) –