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,