.gitignore
.readthedocs.yaml
LICENSE
README.md
requirements.txt
setup.py
docs/Makefile
docs/computational_features_guide.rst
docs/conf.py
docs/examples.rst
docs/findi.rst
docs/index.rst
docs/make.bat
docs/math_guide.rst
docs/partial_guide.rst
docs/variable_rates_guide.rst
findi/__init__.py
findi/_checks.py
findi/_numba_findi.py
findi/_python_findi.py
findi/findi.py
findi_descent.egg-info/PKG-INFO
findi_descent.egg-info/SOURCES.txt
findi_descent.egg-info/dependency_links.txt
findi_descent.egg-info/requires.txt
findi_descent.egg-info/top_level.txt
tests/__init__.py
tests/test_argdata.py
tests/test_metaparameters.py
tests/test_multiple_outputs.py
tests/test_multiple_parameters.py
tests/test_non_subscriptable_structure_as_return.py
tests/test_numba_argdata.py
tests/test_numba_metaparameters.py
tests/test_numba_multiple_outputs.py
tests/test_numba_multiple_parameters.py
tests/test_numba_non_subscriptable_structure_as_return.py
tests/test_numba_objectives_without_metaparameters.py
tests/test_numba_optional.py
tests/test_numba_single_parameter.py
tests/test_objectives_without_metaparameters.py
tests/test_optional.py
tests/test_single_parameter.py