random_search_single: Randomize the location of a single turbine

Description Usage Arguments Value See Also

View source: R/random_search.R

Description

Perform a random search for a single turbine, to further optimize the output of the wind farm layout.

Usage

1
random_search_single(result, Polygon1, n = 20, Plot = FALSE, max_dist = 2.2)

Arguments

result

The resulting matrix of the function genetic_algorithm or windfarmGA

Polygon1

The considered area as SpatialPolygon, SimpleFeature Polygon or coordinates as matrix/data.frame

n

The number of random searches to be performed. Default is 20.

Plot

Should the random search be plotted? Default is FALSE

max_dist

A numeric value multiplied by the rotor radius to perform collision checks. Default is 2.2

Value

Returns a list

See Also

Other Randomization: plot_random_search(), random_search()

Other Plotting Functions: interpol_view(), plot_cloud(), plot_development(), plot_evolution(), plot_fitness_evolution(), plot_heatmap(), plot_parkfitness(), plot_result(), plot_viewshed(), plot_windfarmGA(), plot_windrose()


windfarmGA documentation built on May 5, 2021, 5:08 p.m.