For few regions, it makes sense to run in parallel over both regions and models. To do this need to strip out the reliance on compare_models and roll a new version that makes a data frame/list of all possible combinations and then maps over them.
It also makes sense to make compare_models potentially be parallel when used in standalone mode as well as evaluate_model potentially with a pass-through.
For few regions, it makes sense to run in parallel over both regions and models. To do this need to strip out the reliance on
compare_models
and roll a new version that makes a data frame/list of all possible combinations and then maps over them.It also makes sense to make
compare_models
potentially be parallel when used in standalone mode as well asevaluate_model
potentially with a pass-through.