updateParameters

open override fun updateParameters(elites: List<DoubleArray>)(source)

The underlying parameters of the sampling mechanism should be updated. Implementors need to handle the edge case of less than 2 elites.

Parameters

elites

a sample containing the generated population that meet what is considered elite performance.