Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fitness function & growth rate #4

Merged
merged 7 commits into from
Oct 31, 2019
Merged

Fitness function & growth rate #4

merged 7 commits into from
Oct 31, 2019

Conversation

skleinbo
Copy link
Owner

  • fitness is now a function of state, old genotype, new genotype
  • p_grow parameter introduced. Controls the probability of actual cell divsion. If cell is selected to proliferate, but p_grow < rand(), only mutation will occur.
  • fixes in conjunction with SimulationRunner

@skleinbo skleinbo merged commit a4245bc into master Oct 31, 2019
@skleinbo skleinbo deleted the ft/fitfunc branch October 31, 2019 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant