项目作者: Kashu7100

项目描述 :
ALife simulation with Python: patterns, behavior, and cognition.
高级语言: Python
项目地址: git://github.com/Kashu7100/Recreation-of-Nature.git
创建时间: 2019-01-30T04:58:26Z
项目社区:https://github.com/Kashu7100/Recreation-of-Nature

开源协议:MIT License

下载




Overview

Recreation of Nature is a library that consists of the following components:

Component Description
.patterns This section will get into the emergence of patterns in nature.
.emergence This section will get into the emergence of life-like system.
.swarms This section will get into the emergent phenomenon in group behavior and swarm intelligence.

Citation

Please cite Recreation of Nature if you use the contents in this repository for your research or in a scientific publication.

  1. Y. Kashu, Recreation of Nature - Computational Simulation of Emergent Phenomenon and Cognitive Process in Nature, 2019, GitHub repository, https://github.com/Kashu7100/Recreation-of-Nature

BibTex

  1. @misc{recreation_of_nature,
  2. author = {Kashu Yamazaki},
  3. title = {{R}ecreation of Nature},
  4. year = {2019},
  5. publisher = {GitHub},
  6. journal = {GitHub repository},
  7. keywords = {Python, Simulation, Emergent phenomenon, Cognitive process}
  8. howpublished = {\url{https://github.com/Kashu7100/Recreation-of-Nature}},
  9. }

License

Source codes in the repository follows MIT license.