Note that there are some explanatory texts on larger screens.

plurals
  1. PORepast restart issue
    primarykey
    data
    text
    <p>I'm developing an artificial intelligent program to explore a given space for resources. </p> <p>I'd like to run multiple scenarios in order to collect data and output to a file.</p> <p>I used the "multiple runs" option in the gui and i do <code>stop()</code> when one module run is finished (all the resources have been explored). The problem is when It runs the model a second turn, it doesn't work properly. </p> <p>What I mean is that after running once I always need to kill the application by exiting because the restart option doesn't work properly.</p> <p>Is there anything that "restart" forgets to do? Because if I exit the application and run it again it works perfectly</p> <p>Edited so it's more clear:</p> <p>I use the <a href="http://repast.sourceforge.net/" rel="nofollow">Repast</a> platform in order to simulate an exploration to Mars. I have 3 kinds of agents, scouting, digging and transporting. They communicate among them to schedule tasks and other things. </p> <p>The first time I run the simulation everything runs smoothly. And when all the mineral resources of the planet have been explored I restart the model and try again so I can collect data.</p> <p>The problem is, when I use the "restart" option the Simulation doesn't run well. But if I exit (not restart) and run it again it works fine.</p> <p>What I'd like to know is if the restart option of Repast GUI misses any steps..</p> <p>Thanks in advance</p> <p>PS: If you guys think that it's absolutely necessary I can post some code...but the project is quite big</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload