Learn R Programming

windfarmGA (version 2.3.0)

StartGA: Deprecated use init_population instead.

Description

StartGA is replaced by init_population.

Usage

StartGA(Grid, n, nStart = 100)

Arguments

Grid

The data.frame output of grid_area" function, with X and Y coordinates and Grid cell IDs.

n

A numeric value indicating the amount of required turbines.

nStart

A numeric indicating the amount of randomly generated initial individuals. Default is 100.