Let's say I have a server, written in Java, and I need to execute the same model with some specific observations.
I would like to use BLOG as a library instead of using it as an external command line application.
How can I do that? I have seen something that could be used in the test folder, for example using simpleSetupFromFiles; but I cannot find any official/compact solution.
Thank you
Let's say I have a server, written in Java, and I need to execute the same model with some specific observations.
I would like to use BLOG as a library instead of using it as an external command line application.
How can I do that? I have seen something that could be used in the test folder, for example using
simpleSetupFromFiles; but I cannot find any official/compact solution.Thank you