资 源 简 介
DEUS is a general-purpose tool for creating simulations of complex systems. It provides a Java API which allows to implement
nodes (i.e. the parts which interact in a complex system, leading to emergent behaviors.. humans, pets, cells, robots, intelligent agents, etc.)
events (e.g. node births/deaths, interactions among nodes, interactions with the environment, logs, etc. - briefly, whatever you want!)
processes (stochastic or deterministic, they regulate the timeliness of events)
Configuration scripts for simulations can be written in XML (using the DEUS schema) or using a visual editor.
Currently you can checkout the source code, which comes as an Eclipse project. If you do not need the source code, you can download deus-x.y.z.zip, which contains binaries and the correct folder structure.
NEWS
DEUS has moved to `GitHub` http://github.com/dsg-unipr/deus/