.flake8
.gitignore
.gitmodules
LICENSE
Makefile
README.md
lint.sh
pyproject.toml
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/upoqa.rst
docs/source/upoqa.utils.rst
examples/noisy_rosenbrock.ipynb
examples/optimize_with_xforms.ipynb
examples/rosenbrock.ipynb
profiles/plot_profiles.ipynb
profiles/profiles.py
profiles/s2mpj_prob_set_v1.npy
profiles/solvers.py
profiles/upoqa_test.py
profiles/utils.py
upoqa/__init__.py
upoqa/solver.py
upoqa/version.py
upoqa.egg-info/PKG-INFO
upoqa.egg-info/SOURCES.txt
upoqa.egg-info/dependency_links.txt
upoqa.egg-info/requires.txt
upoqa.egg-info/top_level.txt
upoqa/problems/__init__.py
upoqa/problems/biquad_form.py
upoqa/problems/problem_base.py
upoqa/problems/quad_form.py
upoqa/problems/s2mpj_wrapper.py
upoqa/problems/s2mpjlib.py
upoqa/problems/utils.py
upoqa/problems/weighted_trace_panelty.py
upoqa/tests/test_extra_fun.py
upoqa/tests/test_inputs.py
upoqa/tests/test_update_state.py
upoqa/tests/test_xform_bounds.py
upoqa/tests/test_xform_speedup.py
upoqa/utils/__init__.py
upoqa/utils/interp_set.py
upoqa/utils/manager.py
upoqa/utils/model.py
upoqa/utils/params.py
upoqa/utils/preprocess.py
upoqa/utils/projection.py
upoqa/utils/result.py
upoqa/utils/sub_solver.py