Skip to content

Commit

Permalink
feat: Add new course modules for benchmarking, featurization, multi-f…
Browse files Browse the repository at this point in the history
…idelity, single-objective, and multi-objective optimization (mostly renaming)
  • Loading branch information
sgbaird committed Jul 29, 2024
1 parent 4cac8b5 commit 5257dc4
Show file tree
Hide file tree
Showing 13 changed files with 92 additions and 234 deletions.
4 changes: 4 additions & 0 deletions docs/courses/data-science/2.0-orientation.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ If you're not eligible, you may consider a paid subscription (~$10 USD/month). I
## 📄 Python Refresher Assignment

Optionally, you may try out the [Python refresher assignment](https://classroom.github.com/a/oDMoonRK). This is ungraded.

## Bayesian Optimization Refresher

If you haven't, be sure to review the ["Hello World" 1.3 Bayesian Optimization tutorial](https://ac-microcourses.readthedocs.io/en/latest/courses/hello-world/1.3-bayesian-optimization.html).
39 changes: 0 additions & 39 deletions docs/courses/data-science/2.1-single-objective-bo.ipynb

This file was deleted.

13 changes: 13 additions & 0 deletions docs/courses/data-science/2.1-single-objective.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 🧩 2.1 Single-objective Optimization

```{contents}
:depth: 2
```

## 🔰 Tutorial

[Optimizing a 3D Printed Material for Strength Under Constraints](https://honegumi.readthedocs.io/en/latest/curriculum/tutorials/sobo/sobo-tutorial.html)

## 🚀 Quiz

## 📄 Assignment
39 changes: 0 additions & 39 deletions docs/courses/data-science/2.2-multi-objective-bo.ipynb

This file was deleted.

19 changes: 19 additions & 0 deletions docs/courses/data-science/2.2-multi-objective.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 🧩 2.2 Multi-objective Optimization

```{contents}
:depth: 2
```

## 🔰 Tutorial

### Concept Doc

[Single- vs. Multi-objective Optimization](https://honegumi.readthedocs.io/en/latest/curriculum/concepts/sobo-vs-mobo/sobo-vs-mobo.html)

### Coding Tutorial

[Optimizing a Polymer Compound for Strength and Density](https://honegumi.readthedocs.io/en/latest/curriculum/tutorials/mobo/mobo-tutorial.html)

## 🚀 Quiz

## 📄 Assignment
39 changes: 0 additions & 39 deletions docs/courses/data-science/2.3-batch.ipynb

This file was deleted.

17 changes: 17 additions & 0 deletions docs/courses/data-science/2.3-batch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 🧩 2.3 Batch Optimization

```{contents}
:depth: 2
```

## 🔰 Tutorial

[Noisy Batch Optimization](https://honegumi.readthedocs.io/en/latest/curriculum/tutorials/batch/Batch_BO_tutorial.html)

[Frequentist Vs. Fully Bayesian Gaussian Process Models](https://honegumi.readthedocs.io/en/latest/curriculum/concepts/freq-vs-bayes/freq-vs-bayes.html)

[Single vs. Batch Optimization](https://honegumi.readthedocs.io/en/latest/curriculum/concepts/batch/single-vs-batch.html)

## 🚀 Quiz

## 📄 Assignment
39 changes: 0 additions & 39 deletions docs/courses/data-science/2.4-featurization.ipynb

This file was deleted.

13 changes: 13 additions & 0 deletions docs/courses/data-science/2.4-featurization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 🧩 2.4 Featurization

```{contents}
:depth: 2
```

## 🔰 Tutorial

### Coding Tutorial

## 🚀 Quiz

## 📄 Assignment
39 changes: 0 additions & 39 deletions docs/courses/data-science/2.5-multi-fidelity.ipynb

This file was deleted.

13 changes: 13 additions & 0 deletions docs/courses/data-science/2.5-multi-fidelity.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 🧩 2.5 Multi-fidelity Optimization

```{contents}
:depth: 2
```

## 🔰 Tutorial

### Coding Tutorial

## 🚀 Quiz

## 📄 Assignment
39 changes: 0 additions & 39 deletions docs/courses/data-science/2.6-benchmarking.ipynb

This file was deleted.

13 changes: 13 additions & 0 deletions docs/courses/data-science/2.6-benchmarking.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 🧩 2.6 Benchmarking

```{contents}
:depth: 2
```

## 🔰 Tutorial

### Coding Tutorial

## 🚀 Quiz

## 📄 Assignment

0 comments on commit 5257dc4

Please sign in to comment.