removeDuplicatesOffspring: Remove Duplicates from Offsprings

Description Usage Arguments Value

View source: R/misc.R

Description

Remove duplicates in c(xhist,off), replace with non-duplicated individuals according to cf.

Usage

1

Arguments

xhist

List of previous individuals

off

List of offspring individuals

cf

Creation function, creates random new individuals

df

Dupliate Function. This function determines which elements in a list/population are duplicates. By default, this is the duplicated function from R-base.

Value

Returns off without duplicates


CEGO documentation built on May 14, 2021, 1:08 a.m.