-
Notifications
You must be signed in to change notification settings - Fork 2
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
filter by food category #1
Comments
also when you optimize users might not want to see a diet of pure vegetables, they probably enjoy a diet more if you can somehow put a weight in your algorithm into trying to have a diet contain multiple food groups like priority = SUM(individual vitamin * % im lacking in vitamin) - (amount i have in this food group) or something but some users might want just the PURE OPTIMAL recommendation, or at least to know what that is. Maybe we could add a scalar value for how much the user prefers his foods to come from various categories And possibly a second scalar value for how much they prefer different foods (instead of say, 30% of their calories coming from spinach if spinach turns out to be optimal on the low-sugar, high-fiber, high-macronutrient front or something) |
I haven't read sr26_doc.pdf but it appears the items code are in groups. For example, 08 is the food group for breakfast cereals, where 08059 is the entire key code. |
From FD_GROUP.txt:
|
do either databased let you filter based on larger categories? like turn off nuts, dairy, beef, fruit, etc? instead of having to manually keep removing the nut recommendations until the user gets one they want. We should implement a food-category filter if the db allows it.
The text was updated successfully, but these errors were encountered: