FluxB
FluxB
I believe this problem occurs if you use more recent versions of networkx . If you use 1.11 as they suggest, it works. Try running: `pip3 install networkx==1.11`
did you build the amlsim jar first? try running `sh scripts/build_AMLSim.sh` after downloading all dependencies.
I debugged it, and the cause for that behaviour is that `minAmount` and `maxAmount` of the `FanOutTypology` and `FanInTopology` are identical. Hence calling `getRandomAmount` will always result in the same...
@HanSeoulOh I've downloaded all jars manually, following the requirements listed here: https://github.com/IBM/AMLSim/wiki/Quick-Introduction-to-AMLSim It was a bit cumbersome, but I could find the correct versions for all of them in the...