README.md
pyproject.toml
setup.py
pymde/__init__.py
pymde/average_distortion.py
pymde/benchmark.py
pymde/constraints.py
pymde/datasets.py
pymde/experiment_utils.py
pymde/lbfgs.py
pymde/optim.py
pymde/problem.py
pymde/quadratic.py
pymde/recipes.py
pymde/test_optim.py
pymde/test_quadratic.py
pymde/test_recipes.py
pymde/test_util.py
pymde/testing.py
pymde/util.py
pymde.egg-info/PKG-INFO
pymde.egg-info/SOURCES.txt
pymde.egg-info/dependency_links.txt
pymde.egg-info/requires.txt
pymde.egg-info/top_level.txt
pymde/functions/__init__.py
pymde/functions/function.py
pymde/functions/losses.py
pymde/functions/penalties.py
pymde/preprocess/__init__.py
pymde/preprocess/_graph.pyx
pymde/preprocess/data_matrix.py
pymde/preprocess/generic.py
pymde/preprocess/graph.py
pymde/preprocess/preprocess.py
pymde/preprocess/test_data_matrix.py
pymde/preprocess/test_graph.py