Skip to content

Commit

Permalink
Replace UCB w/ EI in tutorial text
Browse files Browse the repository at this point in the history
  • Loading branch information
zhe-slac committed Jul 23, 2024
1 parent d1f0568 commit 8522cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/tutorial_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Before you can run the optimization, you need to create the routine. Click the p

![Badger routine editor](/img/getting-started/create_1st_routine.png)

Where you can change the routine name and description in the **Metadata** section, as shown above. For your first routine, let's select `upper_confidence_bound` generator[^generator] in the **Algorithm** section. In the **Environment + VOCS** section, select the sphere_2d environment that shipped with Badger.
Where you can change the routine name and description in the **Metadata** section, as shown above. For your first routine, let's select `expected_improvement` generator[^generator] in the **Algorithm** section. In the **Environment + VOCS** section, select the sphere_2d environment that shipped with Badger.

Now we can shape our optimization problem by configuring the VOCS:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.0/getting-started/tutorial_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Before you can run the optimization, you need to create the routine. Click the p

![Badger routine editor](/img/getting-started/create_1st_routine.png)

Where you can change the routine name and description in the **Metadata** section, as shown above. For your first routine, let's select `upper_confidence_bound` generator[^generator] in the **Algorithm** section. In the **Environment + VOCS** section, select the sphere_2d environment that shipped with Badger.
Where you can change the routine name and description in the **Metadata** section, as shown above. For your first routine, let's select `expected_improvement` generator[^generator] in the **Algorithm** section. In the **Environment + VOCS** section, select the sphere_2d environment that shipped with Badger.

Now we can shape our optimization problem by configuring the VOCS:

Expand Down

0 comments on commit 8522cae

Please sign in to comment.