|
|
|
|
|
by blackkettle
4185 days ago
|
|
i have started using Docker for this kind of stuff. you can build an isolated environment for your software and experiments, where you can absolutely guarantee that anyone who wants to can easily replicate your experiments, since they don't need to create the environment themselves - just pull the docker image for conference-paper# and run the scripts. if the experimental data is proprietary, or you want to keep it separate, you can set a mount point for it in the lxc. |
|
Replicate the experiments, or just repeat the results?