Chameleons
PyCellChemistry documentation index
source code: src/Chameleons.py

#---------------------------------------------------------------------------
#
# Chameleons.py: colored chameleons, acbook ch. 2
#
# by Lidia Yamamoto, Belgium, July 2013
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Copyright (C) 2015 Lidia A. R. Yamamoto
# Contact: http://www.artificial-chemistries.org/
#
# This file is part of PyCellChemistry.
#
# PyCellChemistry is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 3, as published by the Free Software Foundation.
#
# PyCellChemistry is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PyCellChemistry, see file COPYING. If not, see
# http://www.gnu.org/licenses/
#


Modules
numpy
sys


Classes
Chameleons


class Chameleons
Methods defined here:
__init__(self, N)
initial population of N individuals of 2 colors
run(self, niter)
run the Chameleons AC for niter iterations
trace_mult(self, time)
print molecule counts per species at the given time


Generated automatically by pydoc, July 10, 2015


Generated automatically by pydoc, July 10, 2015