initialize_parents: Generate the first generation of models.

Description Usage Arguments Value Examples

View source: R/setup.R

Description

Generate the first generation of models.

Usage

1
initialize_parents(feature_count, P = 2 * feature_count)

Arguments

feature_count

Number of features given

P

Number of parents in the generation

Value

A list of selected models, with each specified by the indices of selected columns.

Examples

1
parents <- initialize_parents(10, P = 10, number_features=4)

kunaljaydesai/GA documentation built on May 28, 2019, 7:38 a.m.