MASON-INTEREST-L Archives

October 2009

MASON-INTEREST-L@LISTSERV.GMU.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Serban Iordache <[log in to unmask]>
Reply To:
MASON Multiagent Simulation Toolkit <[log in to unmask]>
Date:
Fri, 9 Oct 2009 18:09:39 -0400
Content-Type:
text/plain
Parts/Attachments:
text/plain (11 lines)
Steven,

If I understand correctly, you want to programmatically start a simulation 
configured according to your needs. You can try something like this:

  int steps = 500;
  SimState.doLoop(Tutorial3.class, new String[] {"-for", "" + steps});


Serban

ATOM RSS1 RSS2