Genetic Algorithms

rajesh

rajesh

@rajesh-QHnjF0 Oct 24, 2024
i want to do a project on genetic algorithms for economic dispatch and optimisation.if anybody knows clearly about this,please give me guidance.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • pradypop

    pradypop

    @pradypop-Draqkg 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>
  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Oct 28, 2006

    pradypop
    I worked a little bit on these algorithms when I tried a project on License plate recognition.
    Prady, tell us more about this project. Looks like a good idea to me.

    -The Big K-
  • Predictor

    Predictor

    @predictor-lfVrRm Mar 26, 2009

    pradypop
    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.
    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!


    -Will Dwinnell
    <a href="https://matlabdatamining.blogspot.com/" target="_blank" rel="nofollow noopener noreferrer">Data Mining in MATLAB</a>
  • ms_cs

    ms_cs

    @ms-cs-Ab8svl Mar 26, 2009

    rajesh
    i want to do a project on genetic algorithms for economic dispatch and optimisation.if anybody knows clearly about this,please give me guidance.
    Can you give detailed description of your project?
    See the Book Artificial Intelligence by Stuart Russell