在headless模式模拟的进展(Progress of simulations in headle

2019-10-21 20:51发布

有没有什么办法来检查无头模式模拟的进步,而不是图形用户界面? Basic代码:

$ ~/netlogo-5.1.0/netlogo-headless.sh \
--model ~/myproject/MyModel.nlogo \
--experiment MyExperiment \
--table ~/myproject/MyNewOutputData.csv

Answer 1:

我建议做tail -f ~/myproject/MyNewOutputData.csv 。 这会告诉你,因为它被写入到输出文件的实时视图。



文章来源: Progress of simulations in headless mode
标签: netlogo