-
i want to do a project on genetic algorithms for economic dispatch and optimisation.if anybody knows clearly about this,please give me guidance.0
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a
member of our community. Consider creating an
account or login.
Replies
-
Member • Aug 22, 2006
Genetic Algorithms are a set of algorithms which are frequently used in image processing. These are learning algorithms and are used to approximate a value whose absolute is not known and enough information is not avalilable to compute the absolutes. I worked a little bit on these algorithms when I tried a project on License plate recognition. Never went ahead eith the project which was prematurely dumped.
This over-view might help:
<a href="https://en.wikipedia.org/wiki/Genetic_algorithm" target="_blank" rel="nofollow noopener noreferrer">Genetic algorithm - Wikipedia</a>Are you sure? This action cannot be undone. -
Administrator • Oct 28, 2006
Prady, tell us more about this project. Looks like a good idea to me.pradypopI worked a little bit on these algorithms when I tried a project on License plate recognition.
-The Big K-Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Although genetic algorithms can be used in image processing, they are used for many other things as well. More importantly, genetic algorithms are not "learning algorithms". Genetic algorithms are, fundamentally, optimizers. While they can be used as part of a learning system, their ultimate function is to optimize some objective function. Their advantage over traditional optimization techniques is that they do not need to know the derivatives of the objective function- in fact, assuming that candidate solutions can be ranked, they do not even require the objective function to be on an absolute scale at all!pradypopGenetic Algorithms are a set of algorithms which are frequently used in image processing. These are learning algorithms and are used to approximate a value whose absolute is not known and enough information is not avalilable to compute the absolutes.
-Will Dwinnell
<a href="https://matlabdatamining.blogspot.com/" target="_blank" rel="nofollow noopener noreferrer">Data Mining in MATLAB</a>Are you sure? This action cannot be undone. -
Member • Mar 26, 2009
Can you give detailed description of your project?rajeshi want to do a project on genetic algorithms for economic dispatch and optimisation.if anybody knows clearly about this,please give me guidance.
See the Book Artificial Intelligence by Stuart RussellAre you sure? This action cannot be undone.