Learn R Programming

copulaedas (version 1.2.1)

edaReport: Reporting Methods

Description

Methods for the edaReport generic function.

Usage

edaReportDisabled(eda, gen, fEvals, model, pop, popEval)
edaReportSimple(eda, gen, fEvals, model, pop, popEval)
edaReportDumpPop(eda, gen, fEvals, model, pop, popEval)
edaReportDumpSelectedPop(eda, gen, fEvals, model, pop, popEval)
edaReportCombined(...)

Arguments

eda
EDA instance.
gen
Generation.
fEvals
Evaluations of the objective function.
model
Model learned in the current generation.
pop
Matrix with one row for each solution in the population.
popEval
Vector with the evaluation of each solution in pop.
...
Functions that implement reporting methods.

Details

Reporting methods provide progress information during the execution of the EDA. The following reporting methods are implemented.

[object Object],[object Object],[object Object],[object Object],[object Object]

References

Gonz�lez-Fern�ndez Y and Soto M (2012). copulaedas: An R Package for Estimation of Distribution Algorithms Based on Copulas. Preprint http://arxiv.org/abs/1209.5429{arXiv:1209.5429 [cs.NE]}.