omit "user_defined_ration_percentages" entry when rations are to be calculated by RuFaS #2654
RamiALBASHA
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Thanks for brining this to our attention @RamiALBASHA! I can confirm that RuFaS should be able to run without a user-defined diet and that on dev, it currently does not! I am going to huddle with @JoeWaddell and come up with a plan. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The current behavior of RuFaS is to expect the user to provide the initial estimates of the ration percentages, even if it is up to RuFaS to calculate these percentages (animal.ration.user_input: false). Such behavior obliges the user to provide its own estimate of the ration, although this is what he/she is looking for. Besides, providing dummy values for percentages is likely to result in non-convergence issues with the ration optimizer.
It would be greatly useful to allow users to omit the feed.user_defined_ration_percentages entry when rations are to be estimated by RuFaS.
All reactions