Added synthetic network generation functions #85
Merged
meliurwen
merged 12 commits from 84-feature-synthetic-network-generator
into dev
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch '84-feature-synthetic-network-generator'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Description
See the issue related, what is done in the commits and in the changelog below.
Issues related
Merge into Dev Checklist
Changelog
(Optional) Extra info
None
The tolerance limit seems too tight is some cases, i propose to change this line
a077f738ee/reCTBN/src/params.rs (L276)
to
A case that triggers this issue is to set
nodes_domain_cardinality = 4;
here:f4e3c98c79/reCTBN/tests/tools.rs (L152-L153)
Running tests on different combinations of values of
nodes_cardinality
andnodes_domain_cardinality
raised panics due to precision.Reviewers
b7fc23ed8a
.