Package: MetaEEEA
Type: Package
Title: Metaheuristic Algorithms with Explicit Exploration
Description: Solves single-objective optimization problems by using bio-inspired metaheuristic algorithms. The implemented metaheuristics are the Butterfly Optimization Algorithm, the Ladybug Beetle Optimization Algorithm and the Prairie Dog Optimization Algorithm. For all these optimization algorithms, the search of optimal values can be reinforced with the explicit exploration strategy proposed by Salinas-Gutiérrez and Muñoz Zavala (2023) <doi:10.1016/j.asoc.2023.110230>.
Version: 1.0.0
Authors@R: c(person(given="Rogelio", family="Salinas Gutiérrez", role=c("aut", "cre", "cph"),
                    email="rogelio.salinas@edu.uaa.mx", comment=c(ORCID="0000-0002-1669-4460")),
             person(given="Cristina", family="Díaz Esquivel", role=c("aut", "cph"),
                   email="cristinaesquivel959@gmail.com", comment=c(ORCID="0009-0003-6990-5326")),
             person(given="Angela María", family="Gallegos Martínez", role=c("aut", "cph"),
                    email="angygallegosmtz@gmail.com", comment=c(ORCID="0009-0005-7032-0493")),
             person(given="Agustín", family="Moreno Cruz", role=c("aut", "cph"),
                    email="agustin.morcr@gmail.com", comment=c(ORCID="0009-0009-9214-7002")),
             person(given="Miguel Angel", family="Moreno Urbina", role=c("aut", "cph"),
                    email="migmorurb@gmail.com", comment=c(ORCID="0009-0008-0036-8936")),
             person(given="Pedro Abraham", family="Montoya Calzada", role=c("aut", "cph"),
                    email="pedroabraham.montoya@gmail.com", comment=c(ORCID="0009-0002-3497-210X")),
             person(given="Carlos Alberto", family="López Hernández", role=c("aut", "cph"),
                    email="carlos.lopezh@edu.uaa.mx", comment=c(ORCID="0009-0000-9428-1293")),
             person(given="Ilse Daniela", family="Saldivar Olvera", role=c("aut", "cph"),
                    email="al227455@edu.uaa.mx", comment=c(ORCID="0009-0002-2406-2946")))
License: GPL-3
Encoding: UTF-8
Imports: EEEA
Author: Rogelio Salinas Gutiérrez [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-1669-4460>),
  Cristina Díaz Esquivel [aut, cph] (ORCID:
    <https://orcid.org/0009-0003-6990-5326>),
  Angela María Gallegos Martínez [aut, cph] (ORCID:
    <https://orcid.org/0009-0005-7032-0493>),
  Agustín Moreno Cruz [aut, cph] (ORCID:
    <https://orcid.org/0009-0009-9214-7002>),
  Miguel Angel Moreno Urbina [aut, cph] (ORCID:
    <https://orcid.org/0009-0008-0036-8936>),
  Pedro Abraham Montoya Calzada [aut, cph] (ORCID:
    <https://orcid.org/0009-0002-3497-210X>),
  Carlos Alberto López Hernández [aut, cph] (ORCID:
    <https://orcid.org/0009-0000-9428-1293>),
  Ilse Daniela Saldivar Olvera [aut, cph] (ORCID:
    <https://orcid.org/0009-0002-2406-2946>)
Maintainer: Rogelio Salinas Gutiérrez <rogelio.salinas@edu.uaa.mx>
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0
NeedsCompilation: no
Packaged: 2026-07-17 01:14:20 UTC; rogel
Repository: CRAN
Date/Publication: 2026-07-24 10:00:26 UTC
