From 585307d017426c27103db68c4f1d170017795fbf Mon Sep 17 00:00:00 2001 From: BoTorch website deployment script Date: Tue, 24 Dec 2024 10:55:28 +0000 Subject: [PATCH] Update latest version of site --- .../api/_modules/botorch/test_functions/multi_objective.html | 2 +- .../_modules/botorch/test_functions/multi_objective/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/v/latest/api/_modules/botorch/test_functions/multi_objective.html b/v/latest/api/_modules/botorch/test_functions/multi_objective.html index cb80aedd6f..56c26d1861 100644 --- a/v/latest/api/_modules/botorch/test_functions/multi_objective.html +++ b/v/latest/api/_modules/botorch/test_functions/multi_objective.html @@ -874,7 +874,7 @@

Source code for botorch.test_functions.multi_objective

F_loss = ( V[active] * cls.lambd - * (torch.exp(5 * ((T[active] - cls.T_o) / (cls.T_v - cls.T_o))) - 1) + * torch.special.expm1(5 * ((T[active] - cls.T_o) / (cls.T_v - cls.T_o))) ) dV_dt = F[active] - F_loss mu = ( diff --git a/v/latest/api/_modules/botorch/test_functions/multi_objective/index.html b/v/latest/api/_modules/botorch/test_functions/multi_objective/index.html index cb80aedd6f..56c26d1861 100644 --- a/v/latest/api/_modules/botorch/test_functions/multi_objective/index.html +++ b/v/latest/api/_modules/botorch/test_functions/multi_objective/index.html @@ -874,7 +874,7 @@

Source code for botorch.test_functions.multi_objective

F_loss = ( V[active] * cls.lambd - * (torch.exp(5 * ((T[active] - cls.T_o) / (cls.T_v - cls.T_o))) - 1) + * torch.special.expm1(5 * ((T[active] - cls.T_o) / (cls.T_v - cls.T_o))) ) dV_dt = F[active] - F_loss mu = (