initParetoArchive {ecr} | R Documentation |
Initialize Pareto Archive.
Description
A Pareto archive is usually used to store all / a part of the non-dominated points stored during a run of an multi-objective evolutionary algorithm.
Usage
initParetoArchive(control, max.size = Inf, trunc.fun = NULL)
Arguments
control |
[ |
max.size |
[ |
trunc.fun |
[ |
Value
[ecr_pareto_archive
]
See Also
Other ParetoArchive:
getIndividuals()
,
getSize()
,
updateParetoArchive()