Re: JGAP - simple question re evolve() and the fitness function evaluate()
- From: Esmail <ebonak_delme@xxxxxxxxxxx>
- Date: Wed, 09 Apr 2008 10:15:01 -0400
Esmail wrote:
In order to get a feel for the JGAP package I took a look at the
minimizing change code and wrote my own little test program.
I now have a question about evolve() and the fitness function
evaluate() I wrote.
If I have a population of 10, and call evolve(), shouldn't my fitness
function be called a constant time? I would think 10 times.
However, when I run my basic GA my evaluation function gets called
between 10 and 13 times .. I am not quite sure why this would happen.
Likewise if I set the number of evolutions to say 3, I'd expect my
fitness function evaluate() to be called 3 times as much as before, but
that doesn't happen either.
Thanks,
Esmail
anyone?
(or am I using a package that's not that popular ie used much by others
- should I be using something different?)
.
- References:
- Prev by Date: JGAP - simple question re evolve() and the fitness function evaluate()
- Next by Date: Re: JGAP - simple question re evolve() and the fitness function evaluate()
- Previous by thread: JGAP - simple question re evolve() and the fitness function evaluate()
- Next by thread: Re: JGAP - simple question re evolve() and the fitness function evaluate()
- Index(es):
Relevant Pages
|
|