Type: Package
Package: genetic.algo.optimizeR
Title: Genetic Algorithm Optimization
Version: 0.3.3
Authors@R: 
    person("Dany", "Mukesha", , "danymukesha@gmail.com", role = c("aut", "cre"),
           comment = c(ORCID = "0009-0001-9514-751X"))
Description: Genetic algorithm are a class of optimization
    algorithms inspired by the process of natural selection and genetics.
    This package is for learning purposes and allows users to optimize
    various functions or parameters by mimicking biological evolution
    processes such as selection, crossover, and mutation. Ideal for tasks
    like machine learning parameter tuning, mathematical function
    optimization, and solving an optimization problem that involves finding 
    the best solution in a discrete space.
License: MIT + file LICENSE
URL: https://danymukesha.github.io/genetic.algo.optimizeR/,
        https://github.com/danymukesha/genetic.algo.optimizeR
BugReports: https://github.com/danymukesha/genetic.algo.optimizeR/issues
Imports: dplyr, ggplot2, magrittr, rsconnect, stats, stringr, tinytex,
        biocViews, DiagrammeR
Suggests: BiocStyle, knitr, learnr, rmarkdown, spelling, testthat (>=
        3.0.0)
Depends: R (>= 4.1.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Language: en-US
biocViews: ExperimentalDesign, Technology
NeedsCompilation: no
Packaged: 2025-01-24 17:24:06 UTC; dany.mukesha
Author: Dany Mukesha [aut, cre] (<https://orcid.org/0009-0001-9514-751X>)
Maintainer: Dany Mukesha <danymukesha@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-24 18:30:07 UTC
Built: R 4.3.3; ; 2025-02-15 14:33:43 UTC; unix
