issues
search
ai-se
/
Rahul
1
stars
0
forks
source link
DA vs. DE
#17
Open
rahlk
opened
9 years ago
rahlk
commented
9 years ago
initial placement: DE: random list DA: random list
selection of next: DE: next in list DA: random or from leapfrog
on domination: DE: replace DA: mark old as 'dead' and leapfrog
handling corpses: DE: delete and forget DA: delete one and mark the other as 'dead'
generation of new candidates: DE: extrapolation DA: random or leapfrog
evaluation of new candidates: DE: always DA: only when needed
Frontier size DE: Fixed DA: Variable