From e7a5d2de77087512fcd56055051e134672403214 Mon Sep 17 00:00:00 2001 From: "Sterling G. Baird" Date: Sat, 3 Aug 2024 23:19:46 -0400 Subject: [PATCH] tutorial files in course data --- docs/course-data.yaml | 3 +++ docs/courses/data-science/index.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/course-data.yaml b/docs/course-data.yaml index 9f39f27..ba955e0 100644 --- a/docs/course-data.yaml +++ b/docs/course-data.yaml @@ -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" @@ -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" @@ -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" diff --git a/docs/courses/data-science/index.md b/docs/courses/data-science/index.md index e5b8043..9131002 100644 --- a/docs/courses/data-science/index.md +++ b/docs/courses/data-science/index.md @@ -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> ```