Skip to content

Commit

Permalink
Update simulation.md
Browse files Browse the repository at this point in the history
Fixed code snippet to correct function in simulate_experiment section
  • Loading branch information
brandon-holt committed Apr 9, 2024
1 parent e741273 commit d32e4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/userguide/simulation.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ It runs a single execution of a DoE loop for either a specific number of iterati
For using this function, it is necessary to provide a [`campaign`](baybe.campaign.Campaign). Although technically not necessary, we advise to also always provide a lookup mechanisms since fake results will be produced if none is provided. It is possible to specify several additional parameters like the batch size, initial data or the number of DoE iterations that should be performed

~~~python
results = simulate_scenarios(
results = simulate_experiment(
# Necessary
campaign=campaign,
# Technically optional but should always be set
Expand Down

0 comments on commit d32e4f7

Please sign in to comment.