powered by
Adana-1 is an adaptation function that calculates the mutation rates to be applied in generations by sine wave modeling (Cebeci, 2021).
adana1(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, adana2, leitingzhi, adana3
fixpcmut
ilmdhc
adana2
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