LICENSE
MANIFEST.in
README.rst
pyproject.toml
cobyqa/__init__.py
cobyqa/framework.py
cobyqa/main.py
cobyqa/models.py
cobyqa/problem.py
cobyqa/settings.py
cobyqa.egg-info/PKG-INFO
cobyqa.egg-info/SOURCES.txt
cobyqa.egg-info/dependency_links.txt
cobyqa.egg-info/requires.txt
cobyqa.egg-info/top_level.txt
cobyqa/subsolvers/__init__.py
cobyqa/subsolvers/geometry.py
cobyqa/subsolvers/optim.py
cobyqa/tests/__init__.py
cobyqa/tests/test_main.py
cobyqa/tests/test_models.py
cobyqa/tests/test_problem.py
cobyqa/utils/__init__.py
cobyqa/utils/exceptions.py
cobyqa/utils/math.py
cobyqa/utils/versions.py
cobyqa/utils/tests/__init__.py
cobyqa/utils/tests/test_exceptions.py
cobyqa/utils/tests/test_math.py
examples/feasibility.py
examples/powell1994.py
examples/powell2015.py
examples/quadratic.py
examples/rosenbrock.py