Genetic Algorithm - Python
asked 2014-03-29 13:58:09 -0500
Anonymous
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!
asked 2014-03-29 13:58:09 -0500
Anonymous
Can we do genetic algorithm by python and use it in PSSE?
Of course you can. That's the great strength of Python, it is extendable. There are a number of online examples of genetic algorithms written in Python. All you have to do is figure out how to read and write the required data from/to PSSE during the execution of the algorithm.
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: 2014-03-29 13:58:09 -0500
Seen: 603 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