Skip to content

Commit

Permalink
Renamed EI/PI inflate hyper
Browse files Browse the repository at this point in the history
  • Loading branch information
kstone40 committed Aug 9, 2024
1 parent 7362f58 commit 7654ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obsidian/tests/test_optimizer_SOO.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def test_optimizer_suggest(m_batch, fixed_var):
df_suggest = pd.concat([X_suggest, eval_suggest], axis=1)


test_aqs = ['NEI', 'EI', {'EI': {'Xi_f': 0.05}}, {'EI': {'Xi_f': -0.05}},
test_aqs = ['NEI', 'EI', {'EI': {'inflate': 0.05}}, {'EI': {'inflate': -0.05}},
'PI', 'UCB', {'UCB': {'beta': 2}}, {'UCB': {'beta': 0}},
'NIPV',
'SF', 'RS', 'Mean', 'SR']
Expand Down

0 comments on commit 7654ff0

Please sign in to comment.