chose_parents_prop_random: chose_parents_prop_random

Description Usage Arguments Value

View source: R/chose_parents.R

Description

Used to chose one parent at random and the other proportionally to their fitness with regard to their fitness function

Usage

1
chose_parents_prop_random(individuals, objective = "AIC")

Arguments

individuals

list of (variables, indices, linear_model) see random_selection_regression

objective

objective function

Value

the parent pairing - 1 parent samples with probabilities and 1 parent is randomly selected.


Skjemaa/GA documentation built on May 3, 2019, 6:42 p.m.