README.md
pyproject.toml
setup.py
algosto/__init__.py
algosto/main.py
algosto.egg-info/PKG-INFO
algosto.egg-info/SOURCES.txt
algosto.egg-info/dependency_links.txt
algosto.egg-info/requires.txt
algosto.egg-info/top_level.txt
algosto/constraints/__init__.py
algosto/constraints/abstract_constraint.py
algosto/constraints/rd_constraint.py
algosto/evaluate/__init__.py
algosto/evaluate/trajectory.py
algosto/functions/__init__.py
algosto/functions/binary_log_likelihood.py
algosto/functions/mean_of_quadratics.py
algosto/functions/mse.py
algosto/functions/quadratic.py
algosto/solvers/__init__.py
algosto/solvers/abstract_solver.py
algosto/solvers/kiefer_wolfowitz_solver.py
algosto/solvers/saga_solver.py
algosto/solvers/sgd_solver.py