Type: Package
Package: copulaedas
Title: Estimation of Distribution Algorithms Based on Copulas
Version: 1.4.3
Authors@R: c(person("Yasser", "Gonzalez-Fernandez",
	            role = c("aut", "cre"),
		    email = "ygonzalezfernandez@gmail.com"),
             person("Marta", "Soto",
	            role = "aut",
		    email = "mrosa@icimaf.cu"))
Description: Provides a platform where EDAs (estimation of
    distribution algorithms) based on copulas can be implemented and
    studied. The package offers complete implementations of various
    EDAs based on copulas and vines, a group of well-known
    optimization problems, and utility functions to study the
    performance of the algorithms. Newly developed EDAs can be easily
    integrated into the package by extending an S4 class with generic
    functions for their main components.
License: GPL (>= 2)
URL: https://github.com/yasserglez/copulaedas
Depends: methods
Imports: copula, vines, mvtnorm, truncnorm
Suggests: cec2005benchmark, cec2013
Collate: EDA.R edaSeed.R edaSelect.R edaOptimize.R edaReport.R
        edaReplace.R edaTerminate.R edaRun.R margins.R problems.R
        edaIndepRuns.R edaCriticalPopSize.R CEDA.R VEDA.R
NeedsCompilation: no
Packaged: 2018-07-29 05:19:56 UTC; yasserglez
Author: Yasser Gonzalez-Fernandez [aut, cre],
  Marta Soto [aut]
Maintainer: Yasser Gonzalez-Fernandez <ygonzalezfernandez@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-29 05:50:03 UTC
Built: R 4.2.3; ; 2024-04-24 01:54:19 UTC; windows
