github-actions
released this
23 Nov 07:58
·
47 commits
to master
since this release
Fixed
- Fixed state initialization in
NetworkSync
andNetworkGroupSync
. The state was not being randomly initialized. - Fixed incorrect use of
sample_without_replacement
. It must only be used when the sample is smaller than the
population.
Changed
- Exposed the expected payoffs of
NormalFormNetworkGame
to Python
Full Changelog: v0.1.13-patch4...v0.1.13-patch5