Ask Your Question
0

Genetic Algorithm - Python

asked 2014-03-29 13:58:09 -0500

anonymous user

Anonymous

Can we do genetic algorithm by python and use it in PSSE?

edit retag flag offensive close merge delete

Comments

If you can dream it, it can be done... Do you have a more specific question?

jsexauer gravatar imagejsexauer ( 2014-03-31 13:42:13 -0500 )edit

I try do it in my dream but i failed... Thanks

Towana gravatar imageTowana ( 2014-04-08 01:36:06 -0500 )edit

2 answers

Sort by ยป oldest newest most voted
1

answered 2018-03-06 02:16:50 -0500

jfconroy gravatar image

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.

edit flag offensive delete link more
0

answered 2018-03-11 20:12:12 -0500

wibowo gravatar image

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.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

Stats

Asked: 2014-03-29 13:58:09 -0500

Seen: 576 times

Last updated: Mar 11 '18