Description Slots Methods References See Also
Base class of all the classes that implement EDAs in the package. This is a virtual class, no object may be created from it.
name
:Object of class character
.
Name of the EDA.
parameters
:Object of class list
.
Parameters of the EDA.
signature(eda = "EDA")
: Seeding method.
Default: edaSeedUniform
.
signature(eda = "EDA")
: Selection method.
Default: edaSelectTruncation
.
signature(eda = "EDA")
: Local optimization method.
Default: edaOptimizeDisabled
.
signature(eda = "EDA")
: Replacement method.
Default: edaReplaceComplete
.
signature(eda = "EDA")
: Reporting method.
Default: edaReportDisabled
.
signature(eda = "EDA")
: Termination method.
Default: edaTerminateMaxGen
.
signature(object = "EDA")
: Print a textual
representation of the EDA.
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/.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.