MCPcopy Create free account
hub / github.com/modAL-python/modAL / UCB

Function UCB

modAL/acquisition.py:24–25  ·  view source on GitHub ↗
(mean, std, beta)

Source from the content-addressed store, hash-verified

22
23
24def UCB(mean, std, beta):
25 return mean + beta*std
26
27
28"""

Callers 1

optimizer_UCBFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected