Attach the windfarmGA class so print() and plot()
dispatch. New runs from genetic_algorithm() already have this class.
print() shows run inputs, the wind table, and each generation that
set a new fitness maximum.
Arguments
- x
A result matrix from
genetic_algorithm().- ...
Passed to
plot_windfarmGA().- y
The site polygon (same as
areaingenetic_algorithm()).