Package: EEEA
Type: Package
Title: Explicit Exploration Strategy for Evolutionary Algorithms
Description: Implements an explicit exploration strategy for evolutionary algorithms in order to have a more effective search in solving optimization problems. Along with this exploration search strategy, a set of four different Estimation of Distribution Algorithms (EDAs) are also implemented for solving optimization problems in continuous domains. The implemented explicit exploration strategy in this package is described in Salinas-Gutiérrez and Muñoz Zavala (2023) <doi:10.1016/j.asoc.2023.110230>.
Version: 1.0.1
Authors@R: c(person(given="Rogelio", family="Salinas Gutiérrez", role = c("aut", "cre", "cph"),
                    email = "rsalinas@correo.uaa.mx", comment = c(ORCID = "0000-0002-1669-4460")),
                    person(given="Pedro Abraham", family="Montoya Calzada", role = c("aut", "cph"),
                    comment = c(ORCID = "0009-0002-3497-210X")),
                    person(given="Angel Eduardo", family="Muñoz Zavala", role = c("aut", "cph"),
                    comment = c(ORCID = "0000-0002-7484-2097")), person(given="Alejandro Fausto", family="Cortés Salinas", role = c("aut", "cph")), 
                    person(given="Ilse Daniela", family="Saldivar Olvera", role = c("aut", "cph"),
                    comment = c(ORCID = "0009-0002-2406-2946"))
                    )
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.1
Imports: mvtnorm
Author: Rogelio Salinas Gutiérrez [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-1669-4460>),
  Pedro Abraham Montoya Calzada [aut, cph] (ORCID:
    <https://orcid.org/0009-0002-3497-210X>),
  Angel Eduardo Muñoz Zavala [aut, cph] (ORCID:
    <https://orcid.org/0000-0002-7484-2097>),
  Alejandro Fausto Cortés Salinas [aut, cph],
  Ilse Daniela Saldivar Olvera [aut, cph] (ORCID:
    <https://orcid.org/0009-0002-2406-2946>)
Maintainer: Rogelio Salinas Gutiérrez <rsalinas@correo.uaa.mx>
NeedsCompilation: no
Packaged: 2025-10-31 17:53:00 UTC; rogel
Repository: CRAN
Date/Publication: 2025-10-31 18:10:19 UTC
Built: R 4.6.0; ; 2025-10-31 21:04:04 UTC; unix
