Dear all,
the CORMAS modelling platform is now open-source and available under the MIT licence. CORMAS (Common-pool Resources and Multiagent Systems; Bousquet et al., 1998) has been developed to provide a multi-agent framework that can be used to simulate the interactions between a group of agents and a shared environment holding natural resources. The code is written in VisualWorks 7.6 and a port to the Pharo/MOOSE has started recently. If you are interested, you can join the mailing-list here: https://groups.google.com/forum/#!forum/cormas-dev All issues are here: https://github.com/cormas/cormas/issues An early dev version on Pharo can be loaded in the last MOOSE 5.0 image: Gofer new url: 'http://smalltalkhub.com/mc/SergeStinckwich/CORMAS/main'; package: 'ConfigurationOfCormas'; load. (Smalltalk at: #ConfigurationOfCormas) loadDevelopment Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Interesting. Who developed it originally? Doru On Fri, Jan 9, 2015 at 4:02 PM, Serge Stinckwich <[hidden email]> wrote: Dear all, _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by SergeStinckwich
Nice!
My previous inquiries[1] on Multi-Agent Systems in Smalltalk where made on Kedama: [1] http://mutabit.com/deltas/repos.fossil/offray-maestria-tesis/doc/tip/EscritoTesis/maestriaThesisArticle.pdf So is nice to know that this tool can be put under the bell :-) Cheers, Offray El 09/01/15 a las 10:02, Serge Stinckwich escribió: > Dear all, > > the CORMAS modelling platform is now open-source and available under > the MIT licence. > CORMAS (Common-pool Resources and Multiagent Systems; Bousquet et al., > 1998) has been > developed to provide a multi-agent framework that can be used to > simulate the interactions > between a group of agents and a shared environment holding natural resources. > > The code is written in VisualWorks 7.6 and a port to the Pharo/MOOSE > has started recently. > > If you are interested, you can join the mailing-list here: > https://groups.google.com/forum/#!forum/cormas-dev > > All issues are here: https://github.com/cormas/cormas/issues > > An early dev version on Pharo can be loaded in the last MOOSE 5.0 image: > > Gofer new > url: 'http://smalltalkhub.com/mc/SergeStinckwich/CORMAS/main'; > package: 'ConfigurationOfCormas'; > load. > > (Smalltalk at: #ConfigurationOfCormas) loadDevelopment > > Regards, > _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by Tudor Girba-2
CIRAD green team : http://ur-green.cirad.fr/
On Fri, Jan 9, 2015 at 4:17 PM, Tudor Girba <[hidden email]> wrote: > Interesting. > > Who developed it originally? > > Doru > > On Fri, Jan 9, 2015 at 4:02 PM, Serge Stinckwich > <[hidden email]> wrote: >> >> Dear all, >> >> the CORMAS modelling platform is now open-source and available under >> the MIT licence. >> CORMAS (Common-pool Resources and Multiagent Systems; Bousquet et al., >> 1998) has been >> developed to provide a multi-agent framework that can be used to >> simulate the interactions >> between a group of agents and a shared environment holding natural >> resources. >> >> The code is written in VisualWorks 7.6 and a port to the Pharo/MOOSE >> has started recently. >> >> If you are interested, you can join the mailing-list here: >> https://groups.google.com/forum/#!forum/cormas-dev >> >> All issues are here: https://github.com/cormas/cormas/issues >> >> An early dev version on Pharo can be loaded in the last MOOSE 5.0 image: >> >> Gofer new >> url: 'http://smalltalkhub.com/mc/SergeStinckwich/CORMAS/main'; >> package: 'ConfigurationOfCormas'; >> load. >> >> (Smalltalk at: #ConfigurationOfCormas) loadDevelopment >> >> Regards, >> -- >> Serge Stinckwich >> UCBN & UMI UMMISCO 209 (IRD/UPMC) >> Every DSL ends up being Smalltalk >> http://www.doesnotunderstand.org/ >> > > > > -- > www.tudorgirba.com > > "Every thing has its own flow" -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
In reply to this post by SergeStinckwich
I think I used it once, to try. This is an excellent news. Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
And we would like to use Roassal to do the visualisation ;-)
On Fri, Jan 9, 2015 at 4:34 PM, Alexandre Bergel <[hidden email]> wrote: > I think I used it once, to try. > This is an excellent news. > > Alexandre > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > On Jan 9, 2015, at 12:02 PM, Serge Stinckwich <[hidden email]> > wrote: > > Dear all, > > the CORMAS modelling platform is now open-source and available under > the MIT licence. > CORMAS (Common-pool Resources and Multiagent Systems; Bousquet et al., > 1998) has been > developed to provide a multi-agent framework that can be used to > simulate the interactions > between a group of agents and a shared environment holding natural > resources. > > The code is written in VisualWorks 7.6 and a port to the Pharo/MOOSE > has started recently. > > If you are interested, you can join the mailing-list here: > https://groups.google.com/forum/#!forum/cormas-dev > > All issues are here: https://github.com/cormas/cormas/issues > > An early dev version on Pharo can be loaded in the last MOOSE 5.0 image: > > Gofer new > url: 'http://smalltalkhub.com/mc/SergeStinckwich/CORMAS/main'; > package: 'ConfigurationOfCormas'; > load. > > (Smalltalk at: #ConfigurationOfCormas) loadDevelopment > > Regards, > -- > Serge Stinckwich > UCBN & UMI UMMISCO 209 (IRD/UPMC) > Every DSL ends up being Smalltalk > http://www.doesnotunderstand.org/ > _______________________________________________ > Moose-dev mailing list > [hidden email] > https://www.iam.unibe.ch/mailman/listinfo/moose-dev > > -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/ _______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Yes!
We will be happy to help Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
_______________________________________________ Moose-dev mailing list [hidden email] https://www.iam.unibe.ch/mailman/listinfo/moose-dev |
Free forum by Nabble | Edit this page |