|
ga
Multicellular Evolutionary Simulation with Hamming Space
|
Data Fields | |
| double | res |
| double | tol_low |
| double | tol_mid |
| double | tol_high |
| double | diversity |
| double | min_split |
| double | mobility |
| unsigned int | bits |
The cell structure is the heart of the evolutionary simulation because these are the parameters which can evolve, and this data is stored in the cellular grid.
| unsigned int cell_S::bits |
Hamming-space bit pattern representing this cell's "cultural itentity"
| double cell_S::diversity |
Estimate of local region diversity (based on interractions with this cell)
| double cell_S::min_split |
Threshold for splitting the cell (asexual reproduction) which requires resources and also available empty space to reproduce into.
| double cell_S::mobility |
Probability of cell swapping places with neighbour during transaction.
| double cell_S::res |
Total available resources in this particular cell
| double cell_S::tol_high |
Tolerance function parameter (high value) -- see tolfunc()
| double cell_S::tol_low |
Tolerance function parameter (low value) -- see tolfunc()
| double cell_S::tol_mid |
Tolerance function parameter (mid value) -- see tolfunc()
1.7.3