You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains source code for Jupyter Book which complements the AAE 590 Surrogate Methods course
3
-
taught by Prof. Leifur Leifsson at Purdue University in Spring 2024. The book can be accessed [here](https://computationaldesignlab.github.io/surrogate-methods/).
1
+
# Surrogate Methods Jupyter Book
2
+
This repository contains source code for a Jupyter Book outlining concepts and algorithms related to surrogate modeling and surrogate-based optimization. This book is created by the Computational Design (CODE) Laboratory led by Prof. Leifur Leifsson at Purdue University. The book can be accessed [here](https://computationaldesignlab.github.io/surrogate-methods/).
Copy file name to clipboardExpand all lines: books/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
# Introduction
2
2
This jupyter-book provides python implementation for various concepts and algorithms related to **Surrogate Methods**. The jupyter-book has been created by the **Computational Design (CODE) Laboratory** led by **Prof. Leifur Leifsson** at **Purdue University**. This jupyter-book is intended to be used as a starting point for new users of surrogate methods to implement the concepts and algorithms for their own work. The creation of this jupyter-book is funded partly by the National Science Foundation (NSF) award number 2223732.
3
3
4
+
<divstyle="width:20%; margin: auto;">
5
+
6
+

7
+
</div>
8
+
4
9
## Expected learning outcomes
5
10
After going through this jupyter-book, the reader will:
6
11
+ Have gained basic knowledge of surrogate methods and algorithms
0 commit comments