initialize_parents: Generate the first generation of models.

Description Usage Arguments Value Examples

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/GA2 documentation built on May 30, 2019, 2:15 p.m.