ppolewicz / ant-colony

Ant colony simulator for the purpose of artificial inteligence course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ant-colony

Ant colony simulator made for the purpose of artificial inteligence course.

installing dependencies

on linux

apt-get install python-networkx

on win32

this is distributed as .egg file rather than a handy .exe. To install an .egg file, you need setuptools. To get setuptools go to pypi: https://pypi.python.org/pypi/setuptools

.egg install guide: http://pythonhosted.org/distribute/easy_install.html#downloading-and-installing-a-package

running

  • clone the repository
  • copy example-worlds/ to worlds/ (or set up options in run.py to generate new worlds)
  • modify other options in run.py
  • execute run.py

license

BSD license (see LICENSE file)

About

Ant colony simulator for the purpose of artificial inteligence course

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 86.9%Language:XSLT 12.8%Language:Shell 0.4%