Re: evolving 2+ variables simultaneously?
- From: "snow" <rok.sibanc@xxxxxxxxx>
- Date: 21 Jan 2006 14:27:55 -0800
You have to differ multi objective optimitazion from some complex
genome.
Multiple objective optimization is something like:
evalfunction1(genome)
evalfunction2(genome)
evalfunction3(genome)
etc.
Genome in this case can be as simple as a single number.
Complex genome would be something like:
some permutation of numbers | some number
and you evaluate it with your function... and just make complex
mutation/reproduction functions in which it is possible for example:
crossover between the two parts of genome
some cyclic crossover of first parts if you have some pertmutation
encoded thing
simple mutation of the number
etc...
.
- References:
- evolving 2+ variables simultaneously?
- From: Digital Puer
- Re: evolving 2+ variables simultaneously?
- From: Kent Paul Dolan
- evolving 2+ variables simultaneously?
- Prev by Date: Re: evolving 2+ variables simultaneously?
- Next by Date: CFP: IAENG International Workshop on Computer Science (in IMECS 2006)
- Previous by thread: Re: evolving 2+ variables simultaneously?
- Next by thread: Re: evolving 2+ variables simultaneously?
- Index(es):