sgbaird commited on
Commit
f293fe1
·
verified ·
1 Parent(s): eb0a99d

change bounds for x2

Browse files

https://github.com/facebook/Ax/blob/6612eeaa7306530cad3089dd1d696a2dd5f47c34/ax/utils/measurement/synthetic_functions.py#L256

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ iface = gr.Interface(
16
  fn=branin,
17
  inputs=[
18
  gr.Number(0.25, label="x1", minimum=-5.0, maximum=10.0),
19
- gr.Number(0.75, label="x2", minimum=0.0, maximum=10.0),
20
  ],
21
  outputs=gr.Number(branin(0.25, 0.75), label="branin function value"),
22
  description="""
 
16
  fn=branin,
17
  inputs=[
18
  gr.Number(0.25, label="x1", minimum=-5.0, maximum=10.0),
19
+ gr.Number(0.75, label="x2", minimum=0.0, maximum=15.0),
20
  ],
21
  outputs=gr.Number(branin(0.25, 0.75), label="branin function value"),
22
  description="""