Lorenz.Suggestions
creates suggestions for the genetic algorithm used to solve the Lorenz regression.
Lorenz.Suggestions(suggestions, popSize, y, x, pi, x.scale, seed)
A matrix with at most popsize
rows and with a number of columns equal to the number of explanatory variables minus one.
either a character string 'OLS' or a numeric matrix with at most popSize
rows and ncol(x)
columns.
population size of the genetic algorithm
vector of responses
matrix of covariates (after standardization if applied)
vector of normalized weights
vector of standard deviations of the covariates
seed used in the generation of the suggestions
Lorenz.GA