iwopy.core.OptFunctionList.split_population(data)[source]

Splits result values or other data into individual function data.

Parameters

data: numpy.ndarray

The data, shape: (n_pop, n_components)

Returns

fdata: list of numpy.ndarray

The data for each function, list entry shapes: (n_pop, n_func_components)