Re: PARAMETER ESTIMATION USING GENETIC ALGORITHM



Check out the excellent introduction at
http://cs.felk.cvut.cz/~xobitko/ga/ . The site contains several
interact java applets that illustrate the specific problems being
discussed and contains a very approachable explanation of the process
of developing a genetic algorithm solution.

grange wrote:
hi;
I have a question;

please let me know, how can we do parameter estimation with genetic
algorithm.

for examle, we can think a simple example,

for y=a*x+b and we will apply genetic algorithm to the function. first
create a random population and then estimate the fitness function =
a*x+b. but how does genetic operators work on this example?

I mean, how we can put random population members to the funcion.

please let me understand.

thanks a lot.

.



Relevant Pages

  • PARAMETER ESTIMATION USING GENETIC ALGORITHM
    ... how can we do parameter estimation with genetic ... for y=a*x+b and we will apply genetic algorithm to the function. ... create a random population and then estimate the fitness function = ... how we can put random population members to the funcion. ...
    (comp.ai.genetic)
  • Re: nearest integers to the integer powers of a real number, alternation modulo 2
    ... While it is not the same problem as the one you're investigating, the principle of your search space seems similar enough. ... In my case, it was a sequence with N steps to 1, in yours, a consistent even-odd shift.) ... If you consider a perfect fitness function to be one that returns the highest fitness for a sequence with no deviations, subtracing from the fitness for every "missed" number in the resulting sequence, you may be able to use the bits of your starting real as your gene. ... I have a set of template based C++ classes that make the genetic algorithm fairly easy to modify -- you simply have to set the bit-length and override the fitness function. ...
    (sci.math)
  • Re: Doubts on genetic algorithm
    ... through the genetic algorithm. ... ideas by reading this example: ... "Application of Genetic Programming to the 'Snake Game'" by Tobin Ehlis ... You must choose a different kind of fitness function but I think the ...
    (comp.ai.genetic)

Loading