Package: xegaGaGene
Title: Binary Gene Operations for Genetic Algorithms
Version: 1.0.0.5
Authors@R: 
    person(given = "Andreas",
           family = "Geyer-Schulz",
           role = c("aut", "cre"),
           email = "Andreas.Geyer-Schulz@kit.edu",
          comment = c(ORCID = "0009-0000-5237-3579"))
Description: Representation-dependent gene level operations of a 
        genetic algorithm with binary coded genes:
        Initialization of random binary genes, several gene maps for 
        binary genes, several mutation operators, several crossover
        operators with 1 and 2 kids, replication 
        pipelines for 1 and 2 kids, and, last but not least, function 
        factories for configuration. 
        See Goldberg, D. E. (1989, ISBN:0-201-15767-5).
        For crossover operators, see 
        Syswerda, G. (1989, ISBN:1-55860-066-3),
        Spears, W. and De Jong, K. (1991, ISBN:1-55860-208-9).
        For mutation operators, see 
        Stanhope, S. A. and Daida, J. M. (1996, ISBN:0-18-201-031-7).
License: MIT + file LICENSE
URL: https://github.com/ageyerschulz/xegaGaGene
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: testthat (>= 3.0.0)
Imports: rlang, xegaSelectGene
NeedsCompilation: no
Packaged: 2025-08-22 08:08:15 UTC; dj2333
Author: Andreas Geyer-Schulz [aut, cre] (ORCID:
    <https://orcid.org/0009-0000-5237-3579>)
Maintainer: Andreas Geyer-Schulz <Andreas.Geyer-Schulz@kit.edu>
Repository: CRAN
Date/Publication: 2025-08-22 10:00:02 UTC
Built: R 4.6.0; ; 2025-08-22 10:21:17 UTC; unix
