descriptionA population simulator in C++
homepage URLhttp://biocity.sourceforge.net/
ownerautomorphism@gmail.com
last changeThu, 1 May 2008 19:21:22 +0000 (1 15:21 -0400)
content tags
add:
readme
Intro
This program is called the bioCity, and was programmed for my final project in the MAT4199 "Mathematical Models in Evolution and Ecology" class at the University of Ottawa. It is written in C++ and distributed under the GPLv3.

This program can be thought of as a collection of virtual organisms that move in space. These organisms follow certain rules, such as: one organisms will reproduce on the next timestep if there are less that thirty others around. The rules can be specified somewhat and part of the project is to make it more user-friendly in specifying the rules for behaviour.
shortlog
2008-05-01 Jason Polakmerge successful with stagingmaster
2008-05-01 Jason Polakadded a clean phony to makefile
2008-05-01 Jason Polakadded the multi script for running with different seeds
2008-05-01 Jason Polaka few more annotations in the conf file for single_pop
2008-05-01 Jason Polakdeleted unnecessary d,e variables from the single_pop...
2008-05-01 Jason PolakIn this commit I wrote some brief documentation in...
2008-05-01 Jason PolakMinor modifications for testing only
2008-04-30 Jason PolakHere I stop using the namespace std for the World class...
2008-04-30 Jason PolakMerge branch 'exp-funcsel' into experimental
2008-04-30 Jason Polakbiocconf changed for testing, no code changes
2008-04-30 Jason Polakfuncsel for death works but does not give the same...
2008-04-30 Jason Polakreplaced a direct call by a funcsel in the death function
2008-04-30 Jason Polakready for test on branch exp-funcsel
2008-04-30 Jason PolakFor FuncSelect, I added the following distributions:
2008-04-29 Jason PolakLots of exciting developments:
2008-04-29 Jason PolakAdded Doxyfile, and the new FuncSelect class that allow...
...
heads
16 years ago staging
16 years ago master