-
My simulation restarts and repeats itself any number of times I wish.
However, at the end of each run the graphics windows stay open. Consequently, my computer consumes a lot of memory for a useless job. After a few iterations, memory errors occur.
In multirun experiments, how can I force JAS to close windows at the end of each run?.
2009-04-22 09:07:06 UTC in JAS
-
Now I installed JAS-1.2.1 on Linux. The user's guide does not appear.
Guido Fioretti.
2009-02-07 15:23:43 UTC in JAS
-
La pagina di cui sopra non è più disponibile.
2009-02-07 15:01:36 UTC in JAS
-
I have my aggregate variable in my Model. Let the image of Model in my Observer be called "model". Let's call the variable in Model myVariableInModel. I have been able to show it on a graph by means of the following lines in Observer:
plotThings = new TimeSeriesPlotter("My Things");
plotThings.addSeries("Name of Something"), model, "myVariableInModel"...
2009-02-07 14:57:34 UTC in JAS
-
La pagina di cui sopra non esiste più. Ho trascritto il suo contenuto nella sezione "Help", in Inglese.
2009-02-07 14:15:31 UTC in JAS
-
Here are detailed instructions to work with JAS 1.2.1 from Eclipse 3.2:
- Create an Eclipse workspace within the JAS folder.
- In order to open JAS from Eclipse, open the Eclipse menu witha bag and follow External Tools -> Program -> New. Enter a tool name, e.g. "JAS" and, in "Menu", enter:
Location: The Java path
Working directory: The JAS path
Arguments: -jar...
2009-02-07 14:13:27 UTC in JAS