AMLSim
AMLSim copied to clipboard
About the documentation of the code
I need to generate a synthetic money transaction network. I have been working on running the code you shared in your GitHub repository, but the documentation is not sufficiently explicit for a beginner user. I am using Jupiter notebook and Python 3 for Python codes and Eclipse environment for Java. I couldn’t figure out which Java version should I use to run the transaction simulator. Also, I did not understand whether the Python and Java actions you briefly explained in "Quick Introduction to AMLSim” are doing the same job in different languages or should I run them both respectively? Are you going to publish a documentation or a standardized code about this soon? Or may I kindly ask for your assistance?
You have to run all the commands in the order described in the quick intro. Just a User
Thank you for the feedback. I understand the difficulty of using programs with multiple languages (Python 3.7 and Java 8). The main reason is that the simulator depends on some Java libraries such as PaySim #1. I am sorry for the inconvenience, but currently, we need to develop the simulator in Java separately. For users, we are planning to set up a Jupyter Notebook to run overall process #4, which launches the Java process in the background.