| adana3 | R Documentation | 
This adaptation function proposed by Cebeci (2021) is an adaptation function that takes into account the cooperation of individuals.
adana3(fitvals, g, gmax, cxpc, mutpm,
                  adapc, adapd, ...)
| fitvals | A vector. Fitness values of current generation | 
| g | Current generation | 
| gmax | Maximum generation | 
| cxpc | Crossover rate. 0 <= cxpc <= 1 | 
| mutpm | Mutation rate. 0 <= mutpm <= 1 | 
| adapc | Adaptation threshold for crossover rate. 0 <= adapa <= 1. default is 0.05 | 
| adapd | Adaptation threshold for mutation rate. 0 <= adapb <= 1. default is 0.05 | 
| ... | Further arguments passed to or from other methods. | 
| pc | Crossover rate | 
| pm | Mutation rate | 
Zeynel Cebeci & Erkut Tekeli
Cebeci, Z. (2021). R ile Genetik Algoritmalar ve Optimizasyon Uygulamalari, 535 p. Ankara:Nobel Akademik Yayincilik.
fixpcmut,
ilmdhc,
adana1,
adana2,
leitingzhi
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.