Skip to content

Commit b2e87f2

Browse files
David Erikssonfacebook-github-bot
David Eriksson
authored andcommitted
Add optimal value to SpeedReducer
Summary: See title Reviewed By: saitcakmak Differential Revision: D71739985 fbshipit-source-id: c79bfb20d465be8a0bde5091aa6d4236babac581
1 parent b076fe9 commit b2e87f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

botorch/test_functions/synthetic.py

+1
Original file line numberDiff line numberDiff line change
@@ -1168,6 +1168,7 @@ class SpeedReducer(ConstrainedSyntheticTestFunction):
11681168
(2.9, 3.9),
11691169
(5.0, 5.5),
11701170
]
1171+
_optimal_value = 2996.3482 # from [Lemonge2010constrained]
11711172

11721173
def evaluate_true(self, X: Tensor) -> Tensor:
11731174
x1, x2, x3, x4, x5, x6, x7 = X.unbind(-1)

0 commit comments

Comments
 (0)