Description Usage Arguments Format Details Author(s) References Examples
This function applies brkga algorithm to solve a problem considering problem-dependent objective function and decoder
1 |
data |
Vector or Matrix (data to calculate objective function) |
popSize |
Number of chromosomes (elements) in the population |
Rcpp |
Use Rcpp code? (default = FALSE) |
pelite |
Percentual of elite chromosomes |
pmutation |
Percentual of mutant chromosomes |
pcrossover |
Crossover probability |
An object of class function
of length 1.
brkga
Leandro Marino (rdev@leandromarino.com.br)
Gonçalves, J.F., Resende, M.G.C. Biased random-key genetic algorithms for combinatorial optimization. J Heuristics 17, 487–525 (2011). <https://doi.org/10.1007/s10732-010-9143-1>
Gonçalves J.F., Resende M.G.C. (2018) Biased Random-Key Genetic Progamming. In: Martí R., Pardalos P., Resende M. (eds) Handbook of Heuristics. Springer, Cham. <https://doi.org/10.1007/978-3-319-07124-4_25>
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.