Implement default ObjectiveEvaluationDispatcher
Created by: gkirgizov
Currently there's one abstract interface (ObjectiveEvaluationDispatcher
) and one implementation MultiprocessingDispatcher
.
This implementation handles details for more efficient evaluation (remote evaluation, multiprocessing).
It would be useful to have some trivial implementation that omits all those details and just takes ObjectiveFunction and maps it over population of individuals.