treevolution 1.0.1

A simulation of the evolution of treelike structures in a cellular automata
Documentation
1
2
3
4
5
6
7
pub mod cell_types;
pub mod habitat;
mod plant;
mod genome;
mod response_cluster;
mod response;
mod plant_cell;