The Problem
- Freecell Solver had several scans for finding solutions to Freecell deals.
- Usually, one can find a scan that will perform well for a given deal.
- But each scan will perform poorly trying to solve all the boards.
- We want to multi-task these scans, so the combined meta-scan will perform better on average.