.gitattributes
.gitignore
.gitlab-ci.yml
.pre-commit-config.yaml
.pylintrc
CHANGELOG.rst
CREDITS.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
LICENSES/GPLv3.txt
LICENSES/LGPLv3.txt
LICENSES/headers/BSD-0-Clause.txt
LICENSES/headers/CC-BY-SA-4.0.txt
LICENSES/headers/LGPL-3.0.txt
examples/analytic_example.ipynb
requirements/check.in
requirements/check.txt
requirements/dist.in
requirements/dist.txt
requirements/test-python3.10.txt
requirements/test-python3.7.txt
requirements/test-python3.8.txt
requirements/test-python3.9.txt
src/gemseo_mma/__init__.py
src/gemseo_mma.egg-info/PKG-INFO
src/gemseo_mma.egg-info/SOURCES.txt
src/gemseo_mma.egg-info/dependency_links.txt
src/gemseo_mma.egg-info/entry_points.txt
src/gemseo_mma.egg-info/requires.txt
src/gemseo_mma.egg-info/top_level.txt
src/gemseo_mma/opt/__init__.py
src/gemseo_mma/opt/lib_mma.py
src/gemseo_mma/opt/core/__init__.py
src/gemseo_mma/opt/core/mma.py
src/gemseo_mma/opt/core/mma_optimizer.py
src/gemseo_mma/opt/options/MMA_options.json
tests/test_mma_optimization.py