Currently, scores operate in silos (except for election-related scores, which are a special case). For example, if you want a score to keep track of BVAP and another score to keep track of the # of majority-minority districts, there's no way for the second score to use the results computed by the first score; instead, it would have to re-calculate BVAP internally as an intermediate step. This seems non-ideal!
Currently, scores operate in silos (except for election-related scores, which are a special case). For example, if you want a score to keep track of BVAP and another score to keep track of the # of majority-minority districts, there's no way for the second score to use the results computed by the first score; instead, it would have to re-calculate BVAP internally as an intermediate step. This seems non-ideal!