Discussion:
[jade-develop] Initializing a simulation with 50 agentes
Marcos De Oliveira
2013-11-26 20:10:34 UTC
Permalink
What are the ways to instantiate a simulation with 50 in the command line
when calling Jade?

Thanks,

Marcos
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131126/34723cbf/attachment.html>
Andre Cavalcante
2013-11-27 09:06:30 UTC
Permalink
Hello evereone,


2013/11/26 Marcos De Oliveira <deoliveira.ma at gmail.com>
Post by Marcos De Oliveira
What are the ways to instantiate a simulation with 50 in the command line
when calling Jade?
I thing that is easier you make a java program that starts the platform
and all agents.
Post by Marcos De Oliveira
Thanks,
Marcos
[[]]
--
Andr? Cavalcante
Manaus, AM., Brasil

Ubuntu User number # 24370
Quer saber sobre Open Source Software? http://sobreoss.blogspot.com
Quer saber mais sobre Espiritismo? http://sobreespiritismo.blogspot.com

Aten??o: Este e-mail pode conter anexos no formato ODF (Open Document
Format)/ABNT (extens?es odt, ods, odp, odb, odg). Antes de pedir os anexos
em outro formato, voc? pode instalar gratuita e livremente o LibreOffice (
http://pt-br.libreoffice.org/).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131127/5d2d52d4/attachment.html>
Caire Giovanni
2013-11-28 10:04:59 UTC
Permalink
Hi,

In addition to what Andre said, you can launch jade with the ?conf <properties-file-name> option to make jade read configuration properties from a property file. Your file could then look like the one attached.

Bye,

Giovanni



Da: jade-develop-bounces at avalon.tilab.com [mailto:jade-develop-bounces at avalon.tilab.com] Per conto di Andre Cavalcante
Inviato: mercoled? 27 novembre 2013 10:07
A: Marcos De Oliveira
Cc: jade-develop at avalon.tilab.com
Oggetto: Re: [jade-develop] Initializing a simulation with 50 agentes

Hello evereone,

2013/11/26 Marcos De Oliveira <deoliveira.ma at gmail.com<mailto:deoliveira.ma at gmail.com>>
What are the ways to instantiate a simulation with 50 in the command line when calling Jade?

I thing that is easier you make a java program that starts the platform and all agents.

Thanks,

Marcos

[[]]


--
Andr? Cavalcante
Manaus, AM., Brasil

Ubuntu User number # 24370
Quer saber sobre Open Source Software? http://sobreoss.blogspot.com<http://sobreoss.blogspot.com/>
Quer saber mais sobre Espiritismo? http://sobreespiritismo.blogspot.com<http://sobreespiritismo.blogspot.com/>

Aten??o: Este e-mail pode conter anexos no formato ODF (Open Document Format)/ABNT (extens?es odt, ods, odp, odb, odg). Antes de pedir os anexos em outro formato, voc? pode instalar gratuita e livremente o LibreOffice (http://pt-br.libreoffice.org/).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131128/180bbba0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: myConf.properties
Type: application/octet-stream
Size: 137 bytes
Desc: myConf.properties
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131128/180bbba0/attachment-0001.obj>
Filipe Saraiva
2013-11-28 13:39:11 UTC
Permalink
You can type in terminal:

java jade.Boot -gui -agents "agentName0:AgentClass(agent_parameters);agentName1:AgentClass(agent_parameters);(...)agentName49:AgentClass(agent_parameters);"
Post by Marcos De Oliveira
What are the ways to instantiate a simulation with 50 in the command
line when calling Jade?
Thanks,
Marcos
_______________________________________________
jade-develop mailing list
jade-develop at avalon.tilab.com
https://avalon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT
http://jade.tilab.com/community-mailinglist.htm
--
Filipe Saraiva
http://filipesaraiva.info/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://avalon.cselt.it/pipermail/jade-develop/attachments/20131128/e0c4f67e/attachment.html>
Loading...