Metadata-Version: 2.1
Name: artap
Version: 0.1.6
Summary: Platform for robust design optimization
Home-page: https://edison.fel.zcu.cz:444/agros/RDOLab/Artap
Author: Artap Team
Author-email: artap.team@gmail.com
License: License :: OSI Approved :: MIT License
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >3.6
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: dash (>=0.39.0)
Requires-Dist: dash-core-components (>=0.44.0)
Requires-Dist: dash-html-components (>=0.14.0)
Requires-Dist: dash-table (>=3.4.0)
Requires-Dist: sklearn
Requires-Dist: paramiko
Requires-Dist: matplotlib
Requires-Dist: optproblems
Requires-Dist: smt

# Artap - robust design optimization

Artap is a framework for robust design optimization in Python. 
It provides tools for coupling FEM solvers (Agros2D, Comsol) with metaheuristic, bayesian or neural network based
optimization algorithms.

## Installation

### Linux
```
pip3 install artap
```

## Examples

