Genetic Algorithm - Python
Can we do genetic algorithm by python and use it in PSSE?
First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
Yes you can. I once coded GA to optimize fault current limiter location and size. There are several GA libraries available out there. My recommendation is pyeasyga (https://pypi.python.org/pypi/pyeasyga). It's easy to use and it has several examples of implementation.
Asked: Mar 29 '14
Seen: 624 times
Last updated: Mar 11 '18
If you can dream it, it can be done... Do you have a more specific question?
I try do it in my dream but i failed... Thanks