Optimization Programming - Which Algorithm?

Click For Summary
SUMMARY

The discussion centers on optimizing wind farm power output through advanced algorithms, specifically a genetic algorithm developed by the user. This algorithm efficiently models wind turbine placements, outperforming traditional grid layouts by utilizing wind direction probabilities. Key suggestions for improvement include implementing a more accurate wake model, integrating a local search function, exploring the Artificial Bee Colony Algorithm (ABC), and developing a model that incorporates GIS data to avoid unsuitable turbine locations. The user aims to publish their findings and contribute to the field by modeling the upper boundary of wind farm power output, a concept not yet published.

PREREQUISITES
  • Genetic algorithms and their applications in optimization
  • Wake modeling techniques in wind energy, particularly WAsP
  • Geographic Information Systems (GIS) for terrain analysis
  • Understanding of Betz's law and its implications for wind energy capture
NEXT STEPS
  • Implement a more accurate wake model using computational fluid dynamics (CFD)
  • Research the integration of local search functions within genetic algorithms
  • Explore the Artificial Bee Colony Algorithm (ABC) for optimization
  • Develop a GIS-based model to assess geographical constraints for turbine placement
USEFUL FOR

Researchers, wind energy engineers, and optimization specialists interested in enhancing wind farm efficiency and exploring advanced algorithmic approaches in renewable energy projects.

grantwilliams
Messages
67
Reaction score
0
Hey guys! I need a little help in continuing my research i did this summer.

So a little background information:

This summer i conducted research at a REU where i focused on optimizing the power output of a wind farm by modeling wind turbine locations within a constrained space. I wrote a genetic algorithm that was pretty efficient at finding wind turbine layouts that produced energy more effectively than an evenly spaced grid with a wind direction modeled based on wind direction probabilities found on a real wind farm. I really enjoyed the research and the math, physics, and programming that went along with it and i would like to improve the model. I have a couple of ways I'm considering doing so.

The model i wrote is a vectorized, and parallelized genetic algorithm with a relatively simple wake model based on the distance and angle between two turbines (not a computation fluid dynamics wake). My research mentor allowed to me to come up with my own project idea and implement it fully by myself, but she also believes the work i did is good enough to publish so I am currently going through the steps of editing my paper for publication. I would like to conduct more research in the same field and attempt to ready another paper for publication by the end of this school year.

These are some of the ideas i currently have:

  • Implement a more accurate wake model and write the function in a way that it can be used on graphics cards
  • Add a local serach function within the genetic algorithm
  • Try a Articifial Bee Colony Algorithm (ABC)
  • Write a model that can import GIS maps and attempt to intelligently avoid locations where trubines couldn't be placed based on geographical features
  • Code the Genetic Algorithm to adaptively change its mutation rate based on effectiveness of solutions
  • Find a way to model the upper boundary of a wind turbine farm's power output assuming there are wake interactions


The idea I am most interested in is finding a way to model the upper bound of the wind farm's power output. No one has published a way to do so yet, and it would allow researchers to test their model against a perfectly optimized layout. For an example of what I am talking about see theThe lower boundary of the traveling salesman problem

If you need anymore information please ask, I would be happy to provide it!
 
Technology news on Phys.org
Interesting project, well done.

grantwilliams said:
Implement a more accurate wake model and write the function in a way that it can be used on graphics cards
Are you currently using the wake model used in WAsP http://www.wasp.dk/Products-og-services/WAsP/WakeEffectModel? Moving to a CFD solution would introduce many significant problems including (i) much of the software and algorithms used are proprietory - consultancies make a lot of money advising on wind farm design; (ii) any CFD calculation is going to increase the cost of your objective function by many orders of magnitude, even if offloaded to GPUs.

Besides, "if it ain't broke, don't fix it" - have you looked at the predicted results and compared them with field data?
grantwilliams said:
Write a model that can import GIS maps and attempt to intelligently avoid locations where trubines couldn't be placed based on geographical features
Terrain has a huge effect on optimal turbine siting - indeed this is one area where CFD is routinely used. I'm not sure what you mean by "couldn't be placed based on geographical features" though?
grantwilliams said:
Find a way to model the upper boundary of a wind turbine farm's power output assuming there are wake interactions
According to Betz's law this is approximately 59% of the kinetic energy of the wind entering the farm. Wake interactions don't reduce this further. It would also be useful to compare your optimised layouts with other concepts, such as a regualr grid oriented to maximise power from the prevailing wind direction and a Poisson grid.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
2
Views
3K