This is the original repository of the PhD thesis of Julian Valentin. The thesis and all corresponding parts (scripts, data, etc.) were written and managed in this repository.
Important: This repository here is only relevant if you're interested in data, scripts, or historical information about the writing process. If you just want to read or cite the thesis, please go to arXiv or to the valentjn/thesis-arxiv repository.
The thesis is titled B-Splines for Sparse Grids: Algorithms and Application to Higher-Dimensional Optimization. It was submitted to the University of Stuttgart, Germany, and it was successfully defended on April 2, 2019.
The thesis and the repository are provided here as is, without any further support or warranty. The thesis and the repository (except the cpp/gte/
, cpp/sgpp/
, and lib/
folders) are Copyright © 2019 Julian Valentin. They are licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0). The licenses of the libraries in the cpp/gte/
, cpp/sgpp/
, and lib/
folders can be found in the folder that contains the respective library.
The resulting PDF can be downloaded at arXiv or on the GitHub Releases page of valentjn/thesis-arxiv.
This section applies if you want to cite the thesis in a scientific paper, in a blog, or in any other kind of publication.
Cite the thesis as follows:
Julian Valentin: B-Splines for Sparse Grids: Algorithms and Application to Higher-Dimensional Optimization. PhD thesis, University of Stuttgart, Germany, 2019. Available at
arXiv:1910.05379 [math.NA]
. DOI:10.18419/opus-10504
.
@phdthesis{Valentin2019,
author = {Valentin, Julian},
title = {B-Splines for Sparse Grids: Algorithms and Application to Higher-Dimensional Optimization},
institution = {University of Stuttgart, Germany},
year = {2019},
eprint = {1910.05379},
eprinttype = {arxiv},
eprintclass = {math.NA},
doi = {10.18419/opus-10504}
}
This section applies if you want to share the thesis, even in modified form (“Adapted Material” in terms of the license). Examples include:
- Distribution of the source code or compiled PDFs.
- Distribution of an excerpt, e.g., a figure.
- Distribution of printouts, e.g., as books.
- Translation into other languages.
- Compilation of the source code to different formats, e.g., to PDF via pdfLATEX.
This applies to source code and compiled documents (e.g., PDF), as a whole and to parts thereof such as text, figures, tables, other components, or source code snippets.
Per the license, you must at least do the following:
- Attribute the author and reproduce the copyright notice: Copyright © 2019 Julian Valentin
- Link to the license: licensed under CC BY-SA 4.0
- Link to the thesis: https://arxiv.org/abs/1910.05379
- List modifications, if any
Modified versions must be licensed under the CC BY-SA 4.0 license as well (share alike), or a compatible license.