Version: 1.4 Last Updated: 16 Feb 2017 Release: 14 Dec 2009 Category: Programming
Rate this software:
176 downloads
View Screenshots(3)
Comments
Download
Liked it? Tell others:
Artificial Life Details
Works on: Windows 10 | Windows 8.1 | Windows 8 | Windows 7 | Windows 2012 SHA1 Hash: 914a35c115160a6b72baffc265afd14f422258a7 Size: 1.41 MB File Format: exe
Rating: 2.478260869
out of 5
based on 23 user ratings
Downloads: 176 License: Free
Artificial Life is a free software by Cedric Nanni and works on Windows 10, Windows 8.1, Windows 8, Windows 7, Windows 2012.
You can download Artificial Life which is 1.41 MB in size and belongs to the software category Programming. Artificial Life was released on 2009-12-14 and last updated on our database on 2017-02-16 and is currently at version 1.4.
Thank you for downloading from SoftPaz! Your download should start any moment now. It would be great if you could rate and share:
Rate this software:
Share in your network:
Artificial Life Description
Artificial Life is a free and open sourced Java framework created to simulate Life. It is a multi-agent framework where each agent runs its own Thread.
The agents are split into two different categories: The services and the processes. The services deliver services to other agents and the processes execute specific tasks.
The agents are organized in a tree structure called Instance. Within an Instance, the services and the processes are grouped together thus, an unlimited number of groups can be defined. Each node of the Instance tree can have a collection of views used to monitor the activity of the node or interact with the node. The definition of Java classes used within the Instance (i.e. processes, services or views) is defined in the Instance Model.
In order to avoid dead locking, Artificial Life implements a messaging system, a method invocation mechanism based on the messaging system and an event mechanism also based on the messaging system.