CADETProcess.optimization.Joblib.evaluate

CADETProcess.optimization.Joblib.evaluate#

Joblib.evaluate(function: callable, population: Iterable) list[source]#

Evaluate the function in parallalel for all individuals of the population.

Parameters:
functioncallable

The function of interest to be evaluated for the population.

populationIterable

A collection of individuals at which the function is to be evaluated.

Returns:
list

List of results of function evaluations.