ees1.selection {evoper}R Documentation

ees.selection

Description

Select the elements with best fitness but accept uphill moves with probability 'kkappa'.

Usage

ees1.selection(s0, s1, kkappa)

Arguments

s0

The current best solution set

s1

The new solution

kkappa

The selection pressure


[Package evoper version 0.5.0 Index]