Skip to content

Commit

Permalink
tutorial files in course data
Browse files Browse the repository at this point in the history
  • Loading branch information
sgbaird committed Aug 4, 2024
1 parent 12897ff commit e7a5d2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docs/course-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ data-science:
- "Pytest: Verify that the optimization traces are correct by checking the figure return type and accessing the raw data"

- module_name: "2.4 Featurization"
tutorial_file: 2.4-featurization.md
topics:
- "Domain knowledge integration"
- "Contextual variables"
Expand All @@ -368,6 +369,7 @@ data-science:
- "Compare the optimization efficiency, runtime, and resource utilization for three cases: small number of predefined candidates, large number of predefined candidates, and continuous optimization"

- module_name: "2.5 Multi-task" # / multi-task
tutorial_file: 2.5-multi-task.md
topics:
- "Multi-task optimization"
- "Cost-fidelity tradeoffs"
Expand All @@ -385,6 +387,7 @@ data-science:
- "Quiz: Input the final optimized values after a certain budget is used up for the following cases: fidelity fixed to lowest, fidelity fixed to middle, fidelity fixed to highest, variable fidelity via knowledge gradient"

- module_name: "2.6 Benchmarking"
tutorial_file: 2.6-benchmarking.md
topics:
- "Benchmarks"
- "Surrogate models"
Expand Down
6 changes: 3 additions & 3 deletions docs/courses/data-science/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ Begin
🧩 2.1 Single-objective <2.1-single-objective.md>
🧩 2.2 Multi-objective <2.2-multi-objective.md>
🧩 2.3 Batch Optimization <2.3-batch.md>
🧩 2.4 Featurization <>
🧩 2.5 Multi-task <>
🧩 2.6 Benchmarking <>
🧩 2.4 Featurization <2.4-featurization.md>
🧩 2.5 Multi-task <2.5-multi-task.md>
🧩 2.6 Benchmarking <2.6-benchmarking.md>
```

<script async defer src="https://buttons.github.io/buttons.js"></script>

0 comments on commit e7a5d2d

Please sign in to comment.