Thank you for leaving a message. I had in my mind something like that: I want to do find_MAP depending on some parameter, and in order to make it faster, I could run it in parallel instead of a simple for-loop. For example, the number of a chain could be used as the input for that parameter.
Alternatively, this could be running MCMC simulations where the chain number defines the parameter value.
But probably, I think in a bit over-complicated sense and running for-loop could be a good solution