Giter Club home page Giter Club logo

sma-cormas's Introduction


Multi-Agent System Simulation

Overview

This repository contains the code and resources for a multi-agent system simulation developed as part of a research project. The simulation models the dynamics of predator-prey interactions in a simulated environment.

Features

  • Agents: The simulation includes two types of agents: predators and prey.
  • Behaviors: Predators exhibit various behaviors such as hunting, reproduction, and energy management. Prey exhibit behaviors related to foraging, reproduction, and evasion.
  • Environment: The simulation environment is a two-dimensional grid where agents move, interact, and consume resources.
  • Data Collection: The simulation collects data on agent behaviors, population dynamics, and resource distribution for analysis.

Installation

Standard Installation

  • Download a Pharo 9.0 image+VM depending of your platform: http://pharo.org/download
  • Load Cormas: Open Pharo 9.0 image then click anywhere to open the main menu. Choose Playground (Ctrl + OW or Cmd + OW) to execute the following script to install the latest stable version of Cormas (pre-v0.5). Paste the script below in Playground, select all then right-click and choose Do it (Ctrl+D or Cmd+D) to execute it:
EpMonitor disableDuring: [
    Metacello new
        onConflictUseLoaded;
        onWarningLog;
        repository: 'github://cormas/cormas:v0.8';
        baseline: 'Cormas';
        load ].

Use this script if you want the latest development version of Cormas:

EpMonitor disableDuring: [
    Metacello new
        onConflictUseLoaded;
        onWarningLog;
        repository: 'github://cormas/cormas';
        baseline: 'Cormas';
        load ].

All packages load into the Cormas-* package names:

Loading...

CLI Installation

Using Standard Unix CLI

You can install CORMAS through Unix command line. It works as follow:

mkdir mydir; cd mydir
curl https://get.pharo.org/90+vm | bash
./pharo Pharo.image eval "EpMonitor disableDuring: [
	Metacello new
		onConflictUseLoaded;
		onWarningLog;
		repository: 'github://cormas/cormas/';
		baseline: 'Cormas';
		load ]. 
Smalltalk snapshot: true andQuit: true"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any inquiries or questions regarding the project, feel free to contact Your Name.


here there's a report of the project rapport_SMA_MohammedAACHBI.docx

SMA_mohammedAACHABI_présentation.pptx

sma-cormas's People

Contributors

olekscode avatar mohammed-stalin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.