Metadata-Version: 2.1
Name: optimaldesign
Version: 0.1.2
Summary: OptimalDesign
Home-page: https://gitlab.com/maunke/optimaldesign
Author: Markus Unkel
Author-email: markus@unkel.io
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Optimal Design

> This project is heavy under construction and is waiting for the v1.0 release.

This project implements efficiently the method "Adaptive grid Semidefinite Programming for finding optimal designs" (see literature) built on [JAX](https://jax.readthedocs.io/en/latest/). Therefore you can find optimal designs of arbitrary linear models on GPU, TPU or CPU.

## Example

Colab Notebook: https://colab.research.google.com/drive/1YlYfdYuHFLkWJ61IzP__R6N8koh_5Tzm?usp=sharing

## Literature

- https://www.ruhr-uni-bochum.de/imperia/md/content/mathematik3/publications/sdp_adaptive_v12.pdf


