.clang-format
.gitmodules
CHANGELOG.md
CITATION.cff
CMakeLists.txt
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
bld.bat
build.sh
environment.yml
install_dependencies.sh
meta.yaml
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
cmake/Modules/FindEigen3.cmake
cmake/Modules/FindLpSolve.cmake
cpp/include/egttools/Data.hpp
cpp/include/egttools/Distributions.h
cpp/include/egttools/LruCache.hpp
cpp/include/egttools/LruCacheThreadSafe.hpp
cpp/include/egttools/OpenMPUtils.hpp
cpp/include/egttools/Sampling.h
cpp/include/egttools/SeedGenerator.h
cpp/include/egttools/Types.h
cpp/include/egttools/Utils.h
cpp/include/egttools/math.hpp
cpp/include/egttools/finite_populations/PairwiseMoran.hpp
cpp/include/egttools/finite_populations/Utils.hpp
cpp/include/egttools/finite_populations/analytical/PairwiseComparison.hpp
cpp/include/egttools/finite_populations/behaviors/AbstractCRDStrategy.hpp
cpp/include/egttools/finite_populations/behaviors/AbstractNFGStrategy.hpp
cpp/include/egttools/finite_populations/behaviors/CRDStrategies.h
cpp/include/egttools/finite_populations/behaviors/NFGStrategies.hpp
cpp/include/egttools/finite_populations/evolvers/GeneralPopulationEvolver.hpp
cpp/include/egttools/finite_populations/evolvers/ImitationMultipleGames.hpp
cpp/include/egttools/finite_populations/evolvers/MLS.hpp
cpp/include/egttools/finite_populations/evolvers/NetworkEvolver.hpp
cpp/include/egttools/finite_populations/games/AbstractGame.hpp
cpp/include/egttools/finite_populations/games/AbstractNPlayerGame.hpp
cpp/include/egttools/finite_populations/games/AbstractSpatialGame.hpp
cpp/include/egttools/finite_populations/games/CRDGame.hpp
cpp/include/egttools/finite_populations/games/CRDGameTU.hpp
cpp/include/egttools/finite_populations/games/Matrix2PlayerGameHolder.hpp
cpp/include/egttools/finite_populations/games/MatrixNPlayerGameHolder.hpp
cpp/include/egttools/finite_populations/games/NPlayerStagHunt.hpp
cpp/include/egttools/finite_populations/games/NormalFormGame.h
cpp/include/egttools/finite_populations/games/NormalFormNetworkGame.h
cpp/include/egttools/finite_populations/games/OneShotCRD.hpp
cpp/include/egttools/finite_populations/games/OneShotCRDNetworkGame.hpp
cpp/include/egttools/finite_populations/structure/AbstractNetworkStructure.hpp
cpp/include/egttools/finite_populations/structure/AbstractStructure.hpp
cpp/include/egttools/finite_populations/structure/GarciaGroup.hpp
cpp/include/egttools/finite_populations/structure/Group.hpp
cpp/include/egttools/finite_populations/structure/Network.hpp
cpp/include/egttools/finite_populations/structure/NetworkGroup.hpp
cpp/include/egttools/finite_populations/structure/NetworkGroupSync.hpp
cpp/include/egttools/finite_populations/structure/NetworkSync.hpp
cpp/include/egttools/infinite_populations/ReplicatorDynamics.hpp
cpp/include/egttools/utils/CalculateExpectedIndicators.h
cpp/include/egttools/utils/TimingUncertainty.hpp
cpp/include/tqdm/tqdm.h
cpp/src/CMakeLists.txt
cpp/src/egttools.cpp
cpp/src/egttools.h
cpp/src/egttools_pybind11_distributed.cpp
cpp/src/python_stubs.hpp
cpp/src/version.h
cpp/src/egttools/CMakeLists.txt
cpp/src/egttools/Data.cpp
cpp/src/egttools/Distributions.cpp
cpp/src/egttools/SeedGenerator.cpp
cpp/src/egttools/finite_populations/CMakeLists.txt
cpp/src/egttools/finite_populations/MLS.cpp
cpp/src/egttools/finite_populations/Utils.cpp
cpp/src/egttools/finite_populations/analytical/PairwiseComparison.cpp
cpp/src/egttools/finite_populations/behaviors/CRDStrategies.cpp
cpp/src/egttools/finite_populations/behaviors/NFGStrategies.cpp
cpp/src/egttools/finite_populations/evolvers/GeneralPopulationEvolver.cpp
cpp/src/egttools/finite_populations/evolvers/NetworkEvolver.cpp
cpp/src/egttools/finite_populations/games/AbstractNPlayerGame.cpp
cpp/src/egttools/finite_populations/games/CRDGame.cpp
cpp/src/egttools/finite_populations/games/CRDGameTU.cpp
cpp/src/egttools/finite_populations/games/Matrix2PlayerGameHolder.cpp
cpp/src/egttools/finite_populations/games/MatrixNPlayerGameHolder.cpp
cpp/src/egttools/finite_populations/games/NPlayerStagHunt.cpp
cpp/src/egttools/finite_populations/games/NormalFormGame.cpp
cpp/src/egttools/finite_populations/games/NormalFormNetworkGame.cpp
cpp/src/egttools/finite_populations/games/OneShotCRD.cpp
cpp/src/egttools/finite_populations/games/OneShotCRDNetworkGame.cpp
cpp/src/egttools/finite_populations/structure/GarciaGroup.cpp
cpp/src/egttools/finite_populations/structure/Group.cpp
cpp/src/egttools/infinite_populations/CMakeLists.txt
cpp/src/egttools/infinite_populations/ReplicatorDynamics.cpp
cpp/src/egttools/utils/CMakeLists.txt
cpp/src/egttools/utils/CalculateExpectedIndicators.cpp
cpp/src/pybind11_files/behaviors.cpp
cpp/src/pybind11_files/behaviors.hpp
cpp/src/pybind11_files/boost_cpp_int_cast_to_pybind11.hpp
cpp/src/pybind11_files/datastructures.cpp
cpp/src/pybind11_files/datastructures.hpp
cpp/src/pybind11_files/distributions.cpp
cpp/src/pybind11_files/distributions.hpp
cpp/src/pybind11_files/egttools_common.hpp
cpp/src/pybind11_files/games.cpp
cpp/src/pybind11_files/games.hpp
cpp/src/pybind11_files/methods.cpp
cpp/src/pybind11_files/methods.hpp
cpp/src/pybind11_files/structure.cpp
cpp/src/pybind11_files/structure.hpp
docs/CMakeLists.txt
docs/Makefile
docs/api.rst
docs/conf.py
docs/examples.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/pybind11_docstrings.py
docs/references.bib
docs/requirements.txt
docs/tutorials.rst
docs/_static/pydata-custom.css
docs/_static/readthedocs-custom.css
docs/_templates/custom-class-template.rst
docs/_templates/custom-module-template.rst
docs/examples/examples_of_use.ipynb
docs/examples/hawk_dove_dynamics.ipynb
docs/examples/normal_form_game_mc_simulations.ipynb
docs/examples/plot_invasion_diagram.ipynb
docs/examples/plot_simplex.ipynb
docs/examples/plot_simplex_simplified.ipynb
docs/examples/requirements.txt
docs/images/hawk_dove_analytical_full_sd.png
docs/images/hawk_dove_analytical_gradient.png
docs/images/hawk_dove_comparison.png
docs/images/hawk_dove_indep_runs.png
docs/images/hawk_dove_nperson_analytical_gradient.png
docs/images/logo-full.pdf
docs/images/logo-full.png
docs/images/logo-full.svg
docs/images/logo.pdf
docs/images/logo.png
docs/images/logo.svg
docs/images/schema_egttools.pdf
docs/images/simplex_example_infinite_pop_1.png
docs/images/simplex_example_infinite_pop_2.png
docs/tutorials/analytical_methods.rst
docs/tutorials/create_new_behaviors.rst
docs/tutorials/create_new_game.rst
docs/tutorials/numerical_methods.rst
docs/tutorials/plotting.rst
docs/tutorials/references.rst
docs/tutorials/utility_functions.rst
egttools.egg-info/PKG-INFO
egttools.egg-info/SOURCES.txt
egttools.egg-info/dependency_links.txt
egttools.egg-info/not-zip-safe
egttools.egg-info/requires.txt
egttools.egg-info/top_level.txt
pybind11/.appveyor.yml
pybind11/.clang-format
pybind11/.clang-tidy
pybind11/.cmake-format.yaml
pybind11/.codespell-ignore-lines
pybind11/.gitattributes
pybind11/.gitignore
pybind11/.pre-commit-config.yaml
pybind11/.readthedocs.yml
pybind11/CMakeLists.txt
pybind11/LICENSE
pybind11/MANIFEST.in
pybind11/README.rst
pybind11/SECURITY.md
pybind11/noxfile.py
pybind11/pyproject.toml
pybind11/setup.cfg
pybind11/setup.py
pybind11/.github/CODEOWNERS
pybind11/.github/CONTRIBUTING.md
pybind11/.github/dependabot.yml
pybind11/.github/labeler.yml
pybind11/.github/labeler_merged.yml
pybind11/.github/pull_request_template.md
pybind11/.github/ISSUE_TEMPLATE/bug-report.yml
pybind11/.github/ISSUE_TEMPLATE/config.yml
pybind11/.github/matchers/pylint.json
pybind11/.github/workflows/ci.yml
pybind11/.github/workflows/configure.yml
pybind11/.github/workflows/format.yml
pybind11/.github/workflows/labeler.yml
pybind11/.github/workflows/pip.yml
pybind11/.github/workflows/upstream.yml
pybind11/docs/Doxyfile
pybind11/docs/Makefile
pybind11/docs/basics.rst
pybind11/docs/benchmark.py
pybind11/docs/benchmark.rst
pybind11/docs/changelog.rst
pybind11/docs/classes.rst
pybind11/docs/compiling.rst
pybind11/docs/conf.py
pybind11/docs/faq.rst
pybind11/docs/index.rst
pybind11/docs/installing.rst
pybind11/docs/limitations.rst
pybind11/docs/pybind11-logo.png
pybind11/docs/pybind11_vs_boost_python1.png
pybind11/docs/pybind11_vs_boost_python1.svg
pybind11/docs/pybind11_vs_boost_python2.png
pybind11/docs/pybind11_vs_boost_python2.svg
pybind11/docs/reference.rst
pybind11/docs/release.rst
pybind11/docs/requirements.txt
pybind11/docs/upgrade.rst
pybind11/docs/_static/css/custom.css
pybind11/docs/advanced/classes.rst
pybind11/docs/advanced/embedding.rst
pybind11/docs/advanced/exceptions.rst
pybind11/docs/advanced/functions.rst
pybind11/docs/advanced/misc.rst
pybind11/docs/advanced/smart_ptrs.rst
pybind11/docs/advanced/cast/chrono.rst
pybind11/docs/advanced/cast/custom.rst
pybind11/docs/advanced/cast/eigen.rst
pybind11/docs/advanced/cast/functional.rst
pybind11/docs/advanced/cast/index.rst
pybind11/docs/advanced/cast/overview.rst
pybind11/docs/advanced/cast/stl.rst
pybind11/docs/advanced/cast/strings.rst
pybind11/docs/advanced/pycpp/index.rst
pybind11/docs/advanced/pycpp/numpy.rst
pybind11/docs/advanced/pycpp/object.rst
pybind11/docs/advanced/pycpp/utilities.rst
pybind11/docs/cmake/index.rst
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/gil.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/type_caster_pyobject_ptr.h
pybind11/include/pybind11/typing.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/type_caster_base.h
pybind11/include/pybind11/detail/typeid.h
pybind11/include/pybind11/eigen/common.h
pybind11/include/pybind11/eigen/matrix.h
pybind11/include/pybind11/eigen/tensor.h
pybind11/include/pybind11/stl/filesystem.h
pybind11/pybind11/__init__.py
pybind11/pybind11/__main__.py
pybind11/pybind11/_version.py
pybind11/pybind11/commands.py
pybind11/pybind11/py.typed
pybind11/pybind11/setup_helpers.py
pybind11/tests/CMakeLists.txt
pybind11/tests/conftest.py
pybind11/tests/constructor_stats.h
pybind11/tests/cross_module_gil_utils.cpp
pybind11/tests/cross_module_interleaved_error_already_set.cpp
pybind11/tests/eigen_tensor_avoid_stl_array.cpp
pybind11/tests/env.py
pybind11/tests/local_bindings.h
pybind11/tests/object.h
pybind11/tests/pybind11_cross_module_tests.cpp
pybind11/tests/pybind11_tests.cpp
pybind11/tests/pybind11_tests.h
pybind11/tests/pytest.ini
pybind11/tests/requirements.txt
pybind11/tests/test_async.cpp
pybind11/tests/test_async.py
pybind11/tests/test_buffers.cpp
pybind11/tests/test_buffers.py
pybind11/tests/test_builtin_casters.cpp
pybind11/tests/test_builtin_casters.py
pybind11/tests/test_call_policies.cpp
pybind11/tests/test_call_policies.py
pybind11/tests/test_callbacks.cpp
pybind11/tests/test_callbacks.py
pybind11/tests/test_chrono.cpp
pybind11/tests/test_chrono.py
pybind11/tests/test_class.cpp
pybind11/tests/test_class.py
pybind11/tests/test_const_name.cpp
pybind11/tests/test_const_name.py
pybind11/tests/test_constants_and_functions.cpp
pybind11/tests/test_constants_and_functions.py
pybind11/tests/test_copy_move.cpp
pybind11/tests/test_copy_move.py
pybind11/tests/test_custom_type_casters.cpp
pybind11/tests/test_custom_type_casters.py
pybind11/tests/test_custom_type_setup.cpp
pybind11/tests/test_custom_type_setup.py
pybind11/tests/test_docstring_options.cpp
pybind11/tests/test_docstring_options.py
pybind11/tests/test_eigen_matrix.cpp
pybind11/tests/test_eigen_matrix.py
pybind11/tests/test_eigen_tensor.cpp
pybind11/tests/test_eigen_tensor.inl
pybind11/tests/test_eigen_tensor.py
pybind11/tests/test_enum.cpp
pybind11/tests/test_enum.py
pybind11/tests/test_eval.cpp
pybind11/tests/test_eval.py
pybind11/tests/test_eval_call.py
pybind11/tests/test_exceptions.cpp
pybind11/tests/test_exceptions.h
pybind11/tests/test_exceptions.py
pybind11/tests/test_factory_constructors.cpp
pybind11/tests/test_factory_constructors.py
pybind11/tests/test_gil_scoped.cpp
pybind11/tests/test_gil_scoped.py
pybind11/tests/test_iostream.cpp
pybind11/tests/test_iostream.py
pybind11/tests/test_kwargs_and_defaults.cpp
pybind11/tests/test_kwargs_and_defaults.py
pybind11/tests/test_local_bindings.cpp
pybind11/tests/test_local_bindings.py
pybind11/tests/test_methods_and_attributes.cpp
pybind11/tests/test_methods_and_attributes.py
pybind11/tests/test_modules.cpp
pybind11/tests/test_modules.py
pybind11/tests/test_multiple_inheritance.cpp
pybind11/tests/test_multiple_inheritance.py
pybind11/tests/test_numpy_array.cpp
pybind11/tests/test_numpy_array.py
pybind11/tests/test_numpy_dtypes.cpp
pybind11/tests/test_numpy_dtypes.py
pybind11/tests/test_numpy_vectorize.cpp
pybind11/tests/test_numpy_vectorize.py
pybind11/tests/test_opaque_types.cpp
pybind11/tests/test_opaque_types.py
pybind11/tests/test_operator_overloading.cpp
pybind11/tests/test_operator_overloading.py
pybind11/tests/test_pickling.cpp
pybind11/tests/test_pickling.py
pybind11/tests/test_pytypes.cpp
pybind11/tests/test_pytypes.py
pybind11/tests/test_sequences_and_iterators.cpp
pybind11/tests/test_sequences_and_iterators.py
pybind11/tests/test_smart_ptr.cpp
pybind11/tests/test_smart_ptr.py
pybind11/tests/test_stl.cpp
pybind11/tests/test_stl.py
pybind11/tests/test_stl_binders.cpp
pybind11/tests/test_stl_binders.py
pybind11/tests/test_tagbased_polymorphic.cpp
pybind11/tests/test_tagbased_polymorphic.py
pybind11/tests/test_thread.cpp
pybind11/tests/test_thread.py
pybind11/tests/test_type_caster_pyobject_ptr.cpp
pybind11/tests/test_type_caster_pyobject_ptr.py
pybind11/tests/test_union.cpp
pybind11/tests/test_union.py
pybind11/tests/test_unnamed_namespace_a.cpp
pybind11/tests/test_unnamed_namespace_a.py
pybind11/tests/test_unnamed_namespace_b.cpp
pybind11/tests/test_unnamed_namespace_b.py
pybind11/tests/test_vector_unique_ptr_member.cpp
pybind11/tests/test_vector_unique_ptr_member.py
pybind11/tests/test_virtual_functions.cpp
pybind11/tests/test_virtual_functions.py
pybind11/tests/valgrind-numpy-scipy.supp
pybind11/tests/valgrind-python.supp
pybind11/tests/extra_python_package/pytest.ini
pybind11/tests/extra_python_package/test_files.py
pybind11/tests/extra_setuptools/pytest.ini
pybind11/tests/extra_setuptools/test_setuphelper.py
pybind11/tests/test_cmake_build/CMakeLists.txt
pybind11/tests/test_cmake_build/embed.cpp
pybind11/tests/test_cmake_build/main.cpp
pybind11/tests/test_cmake_build/test.py
pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
pybind11/tests/test_embed/CMakeLists.txt
pybind11/tests/test_embed/catch.cpp
pybind11/tests/test_embed/external_module.cpp
pybind11/tests/test_embed/test_interpreter.cpp
pybind11/tests/test_embed/test_interpreter.py
pybind11/tests/test_embed/test_trampoline.py
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/JoinPaths.cmake
pybind11/tools/check-style.sh
pybind11/tools/cmake_uninstall.cmake.in
pybind11/tools/codespell_ignore_lines_from_errors.py
pybind11/tools/libsize.py
pybind11/tools/make_changelog.py
pybind11/tools/pybind11.pc.in
pybind11/tools/pybind11Common.cmake
pybind11/tools/pybind11Config.cmake.in
pybind11/tools/pybind11NewTools.cmake
pybind11/tools/pybind11Tools.cmake
pybind11/tools/pyproject.toml
pybind11/tools/setup_global.py.in
pybind11/tools/setup_main.py.in
res/cmake/Modules/FindEigen3.cmake
res/cmake/Modules/FindLpSolve.cmake
src/egttools/__init__.py
src/egttools/utils.py
src/egttools/analytical/__init__.py
src/egttools/analytical/sed_analytical.py
src/egttools/analytical/utils.py
src/egttools/behaviors/__init__.py
src/egttools/behaviors/opinion_behaviors.py
src/egttools/behaviors/pgg_behaviors.py
src/egttools/behaviors/CPR/__init__.py
src/egttools/behaviors/CPR/abstract_cpr_strategy.py
src/egttools/behaviors/CPR/cpr_strategies.py
src/egttools/behaviors/CRD/__init__.py
src/egttools/behaviors/CRD/goal_based.py
src/egttools/behaviors/CRD/moving_average.py
src/egttools/behaviors/CRD/time_based.py
src/egttools/behaviors/NormalForm/__init__.py
src/egttools/behaviors/NormalForm/TwoActions/__init__.py
src/egttools/behaviors/NormalForm/TwoActions/nfg_strategies.py
src/egttools/datastructures/__init__.py
src/egttools/distributions/__init__.py
src/egttools/games/__init__.py
src/egttools/games/abstract_games.py
src/egttools/games/informal_risk.py
src/egttools/games/nonlinear_games.py
src/egttools/games/opinion_game.py
src/egttools/games/pgg.py
src/egttools/helpers/__init__.py
src/egttools/helpers/vectorized.py
src/egttools/numerical/__init__.py
src/egttools/numerical/structure/__init__.py
src/egttools/numerical/structure/factories.py
src/egttools/plotting/__init__.py
src/egttools/plotting/helpers.py
src/egttools/plotting/indicators.py
src/egttools/plotting/simplex2d.py
src/egttools/plotting/simplified.py
tests/CMakeLists.txt
tests/conftest.py
tests/requirements.txt
tests/test_analytical.py
tests/test_cpr_game.py
tests/test_mc_simulations.py
tests/test_multinomial_pmf.py
tests/test_multivariate_hypergeometric_pdf.py
tests/test_numerical.py
tests/test_openmp.py
tests/test_plotting.py
tests/test_stoch_dynamics.py
tests/test_utility_functions.py
tests/test_utils.py
tests/test_virtual_functions.py
tests/cpp/test_PairwiseMoran_run.cpp
tests/cpp/test_PairwiseMoran_stationary_distribution_dense.cpp
tests/cpp/test_PairwiseMoran_stationary_distribution_sparse.cpp
tests/cpp/test_binomial_coefficient.cpp
tests/cpp/test_calculate_fixation_probabilities.cpp
tests/cpp/test_crd_game.cpp
tests/cpp/test_crd_tu_game.cpp
tests/cpp/test_eigen_sparse_matrix.cpp
tests/cpp/test_game_holders.cpp
tests/cpp/test_general_evolver_network.cpp
tests/cpp/test_network_evolver.cpp
tests/cpp/test_one_shot_network_game.cpp
tests/cpp/test_oneshotcrd_game.cpp
tests/cpp/test_ordered_sampling_without_replacement.cpp
tests/cpp/test_timing_uncertainty.cpp