Skip to content

Commit 6ffa7d9

Browse files
committed
Updates logos and readme
1 parent 9443a8d commit 6ffa7d9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# AAE 590 - Surrogate Methods Jupyter Book
2-
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/).

books/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Introduction
22
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.
33

4+
<div style="width:20%; margin: auto;">
5+
6+
![logos](images/logos.png)
7+
</div>
8+
49
## Expected learning outcomes
510
After going through this jupyter-book, the reader will:
611
+ Have gained basic knowledge of surrogate methods and algorithms

0 commit comments

Comments
 (0)