11.1.15. rheia.OPT.genetic_algorithms.NSGA2.evaluate_samples

NSGA2.evaluate_samples(samples)

Evaluation of the set of samples. If the number of jobs is larger than 1, parallel processing of the samples is considered.

Parameters:

samples (list) – The set of samples considered for evaluation.

Returns:

fitness – The calculated fitness for the set of samples.

Return type:

list