Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

removeDuplicatesOffspring

Remove Duplicates from Offsprings


Description

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

Usage

removeDuplicatesOffspring(xhist, off, cf, df = duplicated)

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

Combinatorial Efficient Global Optimization

v2.4.0
GPL (>= 3)
Authors
Martin Zaefferer <mzaefferer@gmail.com>
Initial release
2019-12-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.