Target "MinMax"

GOAL: Develop code to find an optimal mix of crops based on both nutritional yield and caloric power.


Explanation

Focusing on crops with the highest caloric power is a good start, but we should provide options that balance the nutritional payload as well. A fountaineer can then choose which crop mix will best suit their needs. But first we need the data and a method to choose the optimal mix.

Deliverables

  • nutritional yield data for all crops
  • recommended daily intake for each nutrient
  • code to produce the optimal mix

Success conditions

  • code produces a crop mix that satisfies all given constraints

Progress

  • [/] Add crop nutrient info to Caloric Power DB ✔
  • [ ] Establish daily nutrient production targets ✔
    • reduce government recommendation matrix to simple target per nutrient for crop estimation

Comments