-
Notifications
You must be signed in to change notification settings - Fork 0
/
ideas.txt
23 lines (21 loc) · 866 Bytes
/
ideas.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Some things to consider:
- niching/crowding
- some further feedback from fitness calculation, like scale factor in
lensing GA
- adjust genome based on this
- further structure on population? do use some kind of proximity?
- fewer children than population size, replace some of the parent population
- selection like in own GA, based on sorted population and prob factor beta
- fitness proportionate selection
- representations/crossover for permutations
- generational model/steady state model/mating pool
Example problems:
- Beam from Keane 1996
- Eight Queens problem
- graph k-colouring problem
- moving optimum ES
experiment,http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.35.8073
- cases from https://ui.adsabs.harvard.edu/abs/1995ApJS..101..309C/abstract,
Genetic Algorithms in Astronomy and Astrophysics
- NSGA II
- ZDT2