LICENSE
README.md
setup.py
benchmarx/NeuralNetworkTraining.py
benchmarx/ProxGD_custom_linesearch.py
benchmarx/__init__.py
benchmarx/benchmark.py
benchmarx/benchmark_result.py
benchmarx/custom_optimizer.py
benchmarx/defaults.py
benchmarx/log_loss.py
benchmarx/log_loss_l2_reg.py
benchmarx/methods.py
benchmarx/metrics.py
benchmarx/model_problem.py
benchmarx/plotter.py
benchmarx/problem.py
benchmarx/problems.py
benchmarx/qadratic_problem_real_data.py
benchmarx/quadratic_problem.py
benchmarx/rastrigin.py
benchmarx/rosenbrock.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/_problems/__init__.py
benchmarx/_problems/lls.py
benchmarx/_problems/log_regr.py