« Return to Thread: Run many simulations consecutively

Re: Run many simulations consecutively

by Nick Collier :: Rate this Message:

| View in Thread

There's no built in feature to calculate statistics across runs. The idea there is that you would do that kind of data analysis yourself on the data produced from the runs (i.e. load the file into excel, R, or whatever).

As a kind of hack, you could put a static variable somewhere to track the average. Depending on how you are doing your batch runs that should persist across runs.

Nick

On May 25, 2012, at 4:31 AM, Mansoriya HAMIDOU wrote:

> Hi,
>
> I want to run many simulations consecutivelyand obtais the average of
> "Tick Count".
>
> Is it possible ? My simlations always stop.
> I use Repast Simphony 2.0
>
> regards
>
> Mansoriya HAMIDOU
> Phd student
> University of Le Havre - France
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Repast-interest mailing list
> Repast-interest@...
> https://lists.sourceforge.net/lists/listinfo/repast-interest


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Repast-interest mailing list
Repast-interest@...
https://lists.sourceforge.net/lists/listinfo/repast-interest

 « Return to Thread: Run many simulations consecutively