generation_layouts: Layouts evaluated in one generation

View source: R/plots.R

generation_layoutsR Documentation

Layouts evaluated in one generation

Description

Return every individual that was fitness-evaluated in a given generation (allCoords). Duplicate layouts (same cell IDs) are flagged.

Usage

generation_layouts(result, generation = NULL)

Arguments

result

The output of genetic_algorithm

generation

Generation index (1 = first). Default is the last generation in result.

Value

A list with turbines (one row per turbine), layouts (one row per individual) and generation.

See Also

Other Plotting Functions: plot_cell_heatmap(), plot_cloud(), plot_development(), plot_evolution(), plot_generation(), plot_parkfitness(), plot_population(), plot_result(), plot_windfarmGA(), plot_windrose(), population_census(), random_search_single()

Examples


generation_layouts(resultrect, generation = 10)


windfarmGA documentation built on Sept. 14, 2026, 9:08 a.m.