opensandiego / mealscount-backend

Optimizing a free-meal reimbursement program for K-12 schools
MIT License
12 stars 15 forks source link

Select optimization "winner" metric - highest reimbursement vs highest coverage, most schools #59

Closed nikolajbaer closed 2 years ago

nikolajbaer commented 4 years ago

Different districts have different goals, so we ideally want the different strategies to pick the winner based upon different metrics.

This is somewhat available in the strategies base classes right now, but needs to be surfaced to the server.py / lambda API level so we can pass in our desired "best strategy" condition as part of the submission, and have that identify the winner.

nikolajbaer commented 2 years ago

this is now implemented, but next step is to add multi-objective optimization