Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xuyuting committed Aug 19, 2024
1 parent a898f35 commit 7bec63c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/wiki/5_AcquisitionFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ _Optional hyperparameters:_
```python
# Default, random weights
X_suggest, eval_suggest = optimizer.suggest(acquisition = ['NParEGO'])
# Fixed weights
# Fixed weights, assuming there are two outputs
X_suggest, eval_suggest = optimizer.suggest(acquisition = [{'NParEGO':{'scalarization_weights':[0.75, 0.25]}}])
```

Expand Down Expand Up @@ -274,4 +274,4 @@ Different acquisition functions have different strengths:
3. Using single-objective acquisition functions for multi-objective problems.
4. Not accounting for constraints when selecting acquisition functions.

This concludes the user guide for the `obsidian.acquisition` submodule. For more detailed information, please refer to the source code and docstrings in the individual files.
This concludes the user guide for the [`obsidian.acquisition`](https://github.com/MSDLLCpapers/obsidian/tree/main/obsidian/acquisition) submodule. For more detailed information, please refer to the source code and docstrings in the individual files.

0 comments on commit 7bec63c

Please sign in to comment.