Results of a run of an EDA. Objects are created by calling the
edaRun
function.
eda
:Object of class EDA
.
f
:Object of class function
. Objective function.
lower
:Object of class numeric
. Lower bounds of
the variables of the objective function.
upper
:Object of class numeric
. Upper bounds of
the variables of the objective function.
numGens
:Object of class numeric
. Number of
generations.
fEvals
:Object of class numeric
. Number of
evaluations of the objective function.
bestEval
:Object of class numeric
. Best evaluation
of the objective function.
bestSol
:Object of class numeric
. Best solution.
cpuTime
:Object of class numeric
. Run time of the
algorithm in seconds.
signature(object = "EDAResult")
: Prints the results.
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/.
'>EDA
,
edaRun
.