adana2 | R Documentation |
Adana-2 is an adaptation function that calculates the mutation rates to be applied in generations by square root modeling (Cebeci, 2021).
adana2(g, gmax, ...)
g |
Current generation |
gmax |
Maximum generation |
... |
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
,
leitingzhi
,
adana3
gmax <- 1000 g <- c(1, 10, 50, 100, 250, 500, 750, gmax) adana1(g=g, gmax=gmax)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.