-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kjetil Olsen Lye
authored
Aug 15, 2020
1 parent
3015253
commit 32c67ef
Showing
1 changed file
with
10 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# iterative_surrogate_optimization | ||
# Iterative Surrogate Model Optimization (ISMO) | ||
|
||
This repository is the main driver for the experiments found in the arxiv paper [Iterative Surrogate Model Optimization (ISMO): An active learning algorithm for PDE constrained optimization with deep neural networks arXiv:2008.05730 | ||
](https://arxiv.org/abs/2008.05730) | ||
|
||
To get started, it is probably a good idea to checkout the example repositories | ||
|
||
* https://github.com/kjetil-lye/ismo_validation | ||
* https://github.com/kjetil-lye/ismo_airfoil | ||
* https://github.com/kjetil-lye/ismo_heat |