EDA-class {copulaedas}R Documentation

Base Class for EDAs

Description

Base class of all the classes that implement EDAs in the package. This is a virtual class, no object may be created from it.

Slots

name:

Object of class character. Name of the EDA.

parameters:

Object of class list. Parameters of the EDA.

Methods

edaSeed

signature(eda = "EDA"): Seeding method. Default: edaSeedUniform.

edaSelect

signature(eda = "EDA"): Selection method. Default: edaSelectTruncation.

edaOptimize

signature(eda = "EDA"): Local optimization method. Default: edaOptimizeDisabled.

edaReplace

signature(eda = "EDA"): Replacement method. Default: edaReplaceComplete.

edaReport

signature(eda = "EDA"): Reporting method. Default: edaReportDisabled.

edaTerminate

signature(eda = "EDA"): Termination method. Default: edaTerminateMaxGen.

show

signature(object = "EDA"): Print a textual representation of the EDA.

References

Gonzalez-Fernandez Y, Soto M (2014). copulaedas: An R Package for Estimation of Distribution Algorithms Based on Copulas. Journal of Statistical Software, 58(9), 1-34. http://www.jstatsoft.org/v58/i09/.

See Also

CEDA, VEDA, edaRun.


[Package copulaedas version 1.4.3 Index]