Skip to content

Commit

Permalink
Merge: Correct simulate_scenarios to simulate_experiment in docs (#199)
Browse files Browse the repository at this point in the history
Fixed code snippet to correct function in simulate_experiment section
  • Loading branch information
Scienfitz authored Apr 10, 2024
2 parents d0e99be + d32e4f7 commit b6f89c3
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 b6f89c3

Please sign in to comment.