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

Function PI

modAL/acquisition.py:15–16  ·  view source on GitHub ↗
(mean, std, max_val, tradeoff)

Source from the content-addressed store, hash-verified

13
14
15def PI(mean, std, max_val, tradeoff):
16 return ndtr((mean - max_val - tradeoff)/std)
17
18
19def EI(mean, std, max_val, tradeoff):

Callers 1

optimizer_PIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected