LICENSE
README.md
pyproject.toml
crayopt/__init__.py
crayopt.egg-info/PKG-INFO
crayopt.egg-info/SOURCES.txt
crayopt.egg-info/dependency_links.txt
crayopt.egg-info/requires.txt
crayopt.egg-info/top_level.txt
crayopt/blackbox/__init__.py
crayopt/blackbox/evolution_strategies.py
crayopt/blackbox/lax.py
crayopt/blackbox/lin.py
crayopt/blackbox/meta.py
crayopt/blackbox/random_search.py
crayopt/blackbox/uadam.py
crayopt/gradient/__init__.py
crayopt/gradient/adabelief.py
crayopt/gradient/adadelta.py
crayopt/gradient/adagrad.py
crayopt/gradient/adam.py
crayopt/gradient/laprop.py
crayopt/gradient/meta.py
crayopt/gradient/rmsprop.py
crayopt/gradient/sgd.py
crayopt/gradient/yogi.py
crayopt/gradient/separable/__init__.py
crayopt/gradient/separable/adam.py
crayopt/gradient/separable/meta.py
crayopt/mcmc/__init__.py
crayopt/mcmc/mala.py
crayopt/mcmc/meta.py
crayopt/mcmc/mh.py
crayopt/train/__init__.py
crayopt/train/iterate.py
crayopt/utils/__init__.py
crayopt/utils/array.py
crayopt/utils/density.py
crayopt/utils/distributions.py
crayopt/utils/dtype.py
crayopt/utils/fit.py
crayopt/utils/functions.py
crayopt/utils/plot.py
crayopt/utils/rng.py
crayopt/utils/tree.py
crayopt/utils/viz.py
tests/test_fit/test_fit.py
tests/test_fit/test_grad.py
tests/test_mcmc/test_mcmc.py
tests/test_train/test_train.py
tests/test_updates/test_gradient.py
tests/test_updates/test_lax.py
tests/test_updates/test_separable.py
tests/test_utils/test_ortho.py
tests/test_viz/test_viz.py