Refactor Objective, OutcomeConstraint to be expression-based; remove Metrics from OptimizationConfig (#5000) #697
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Tutorials | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: [ main ] | |
| paths: | |
| - "tutorials/**" | |
| pull_request: | |
| branches: [ main ] | |
| paths: | |
| - "tutorials/**" | |
| jobs: | |
| build-tutorials-with-latest-botorch: | |
| name: Tutorials with latest BoTorch | |
| uses: ./.github/workflows/reusable_tutorials.yml | |
| with: | |
| smoke_test: true | |
| pinned_botorch: false |