Skip to content

Commit a46f4ca

Browse files
committed
Update documentation
1 parent 562a12d commit a46f4ca

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

_sources/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 modeling** and **surrogate-based optimization**. 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 uisng open source codes. The creation of this jupyter-book is funded partly by the National Science Foundation (NSF) award number 2223732.
33

4+
<div style="width:100%; 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

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ <h2> Contents </h2>
390390
<section class="tex2jax_ignore mathjax_ignore" id="introduction">
391391
<h1>Introduction<a class="headerlink" href="#introduction" title="Permalink to this heading">#</a></h1>
392392
<p>This jupyter-book provides python implementation for various concepts and algorithms related to <strong>surrogate modeling</strong> and <strong>surrogate-based optimization</strong>. The jupyter-book has been created by the <strong>Computational Design (CODE) Laboratory</strong> led by <strong>Prof. Leifur Leifsson</strong> at <strong>Purdue University</strong>. 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 uisng open source codes. The creation of this jupyter-book is funded partly by the National Science Foundation (NSF) award number 2223732.</p>
393+
<div style="width:100%; margin: auto;">
394+
<p><img alt="logos" src="_images/logos.png" /></p>
395+
</div>
393396
<section id="expected-learning-outcomes">
394397
<h2>Expected learning outcomes<a class="headerlink" href="#expected-learning-outcomes" title="Permalink to this heading">#</a></h2>
395398
<p>After going through this jupyter-book, the reader will:</p>

0 commit comments

Comments
 (0)