We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Body mass in Fauna::HerbivoreBase::get_bodymass() is currently interpolated linearly between neonate body mass and adult body mass.
Fauna::HerbivoreBase::get_bodymass()
A sigmoid growth curve would be more realistic.
The text was updated successfully, but these errors were encountered:
The growth curve (i.e. interpolation between neonate & adult mass) should be implemented in a separate function. This way we can test it and plot it.
Sorry, something went wrong.
No branches or pull requests
Body mass in
Fauna::HerbivoreBase::get_bodymass()
is currently interpolated linearly between neonate body mass and adult body mass.A sigmoid growth curve would be more realistic.
The text was updated successfully, but these errors were encountered: