Deliver function values to cma minimizer
es = cma_tell(es,X,arfitness) es = %cma_tell(es,X,arfitness) // the same
cma object
list of lambda column vectors of the search space
vector of objective (cost) function values, such that arfitness(i) = cost_function(X(i))
updated cma object
cma_tell() concludes the iteration for the cma object and updates all distribution parameters for the next iteration step.