Skip to content

Commit 96d2bb4

Browse files
authored
Update Parameters
1 parent e7c964d commit 96d2bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

botorch_community/acquisition/latent_information_gain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
class LatentInformationGain(AcquisitionFunction):
3434
def __init__(
3535
self,
36-
model: Type[Any] = NeuralProcessModel,
36+
model: Type[Any],
3737
num_samples: int = 10,
3838
min_std: float = 0.01,
3939
scaler: float = 0.5,

0 commit comments

Comments
 (0)