You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default settings file (feisty/core/default_settings.yml) has blocks like
food_web:
# [snip some intervening keys]# large demersal
- predator: Ldprey: Mfpreference: 0.375#should be A*D = (school_avoid * generalist_reduct)
- predator: Ldprey: Mppreference: 0.75#should be D (generalist_reduct)
As the comments indicate, .0375 is really a generalist_reduct term times a school_avoid term, while the 0.75 is just the generalist_reduct term. We'd like to introduce a way to set those two parameters elsewhere in the file, and then have these food_web.preference terms change if the user changes the other parameters
The text was updated successfully, but these errors were encountered:
The default settings file (
feisty/core/default_settings.yml
) has blocks likeAs the comments indicate, .0375 is really a
generalist_reduct
term times aschool_avoid
term, while the0.75
is just thegeneralist_reduct
term. We'd like to introduce a way to set those two parameters elsewhere in the file, and then have thesefood_web.preference
terms change if the user changes the other parametersThe text was updated successfully, but these errors were encountered: