powered by
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, ...)
Current generation
Maximum generation
Further arguments passed to or from other methods.
Crossover rate
Mutation rate
Cebeci, Z. (2021). R ile Genetik Algoritmalar ve Optimizasyon Uygulamalari, 535 p. Ankara:Nobel Akademik Yayincilik.
fixpcmut, ilmdhc, adana1, leitingzhi, adana3
fixpcmut
ilmdhc
adana1
leitingzhi
adana3
# NOT RUN { gmax <- 1000 g <- c(1, 10, 50, 100, 250, 500, 750, gmax) adana1(g=g, gmax=gmax) # }
Run the code above in your browser using DataLab