WaverlyWei/GA: Genetic Algorithm for model selection developed as a Final Project for Stat 243

This package provides a function, select(), which allows the user to input their dataset, specify a linear model, and then uses the genetic algorithm to optimize the model selection process. The select() function depends on four auxiliary functions: initialize(), selection(), crossover(), and mutation().

Getting started

Package details

AuthorMary Heejung Waverly Mohammad
MaintainerMary <maryac330@berkeley.edu>
LicenseNot licensed
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("WaverlyWei/GA")
WaverlyWei/GA documentation built on May 28, 2019, 6:41 a.m.