
Select the top significant best part of the population
selectBestPopulation.Rd
This function allows to select the best part of a population that is significantly not different from the best model
Arguments
- pop:
a list of model objects
- score:
the attribute of the model to be used for the evaluation
- p:
the p-value threshold
- k_penalty:
the penalty to apply to the score based on the k_sparsity (default:0)
- k_max:
select the best population below a given threshold. If (default:0) no selection is performed.