-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add new course modules for benchmarking, featurization, multi-f…
…idelity, single-objective, and multi-objective optimization (mostly renaming)
- Loading branch information
Showing
13 changed files
with
92 additions
and
234 deletions.
There are no files selected for viewing
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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
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 |
This file was deleted.
Oops, something went wrong.
This file contains 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
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 |
This file was deleted.
Oops, something went wrong.
This file contains 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
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 |
This file was deleted.
Oops, something went wrong.
This file contains 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
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 |
This file was deleted.
Oops, something went wrong.
This file contains 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
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 |
This file was deleted.
Oops, something went wrong.
This file contains 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
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 |