Can I run NetLogo from the command line, without the GUI?
Yes. The easiest way is to set up your model run as a BehaviorSpace experiment. No additional programming is required. See the BehaviorSpace section of the User Manual for details. Another option is to use our Controlling API. Some light Java programming is required. See the “Controlling” section of the User Manual for details and sample code.