This PR implements BatchedInverseProblem, which permits an EnsembleKalmanInversion problem to be constructed from multiple (weighted) inverse problems. This feature means we can find optimal parameters for two simulations of the same problem, but with different resolutions.
This PR implements
BatchedInverseProblem
, which permits anEnsembleKalmanInversion
problem to be constructed from multiple (weighted) inverse problems. This feature means we can find optimal parameters for two simulations of the same problem, but with different resolutions.