LICENSE
README.md
pyproject.toml
setup.py
benchmarx/__init__.py
benchmarx.egg-info/PKG-INFO
benchmarx.egg-info/SOURCES.txt
benchmarx.egg-info/dependency_links.txt
benchmarx.egg-info/requires.txt
benchmarx.egg-info/top_level.txt
benchmarx/src/NeuralNetworkTraining.py
benchmarx/src/ProxGD_custom_linesearch.py
benchmarx/src/__init__.py
benchmarx/src/benchmark.py
benchmarx/src/benchmark_result.py
benchmarx/src/custom_optimizer.py
benchmarx/src/defaults.py
benchmarx/src/log_loss.py
benchmarx/src/log_loss_l2_reg.py
benchmarx/src/methods.py
benchmarx/src/metrics.py
benchmarx/src/plotter.py
benchmarx/src/problem.py
benchmarx/src/qadratic_problem_real_data.py
benchmarx/src/quadratic_problem.py
benchmarx/src/rastrigin.py
benchmarx/src/rosenbrock.py