run_ga: Run genetic algorithm

Description Usage Value Author(s)

View source: R/misc.R

Description

Runs genetic algorithm for goelz_optim & nelder_biculture_optim.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
run_ga(
  control,
  population,
  layout,
  layout.comp,
  LAMBDA,
  MAX.GEN,
  P.RECOMB,
  RECOMB,
  P.MUT,
  save.path,
  start.gen
)

Value

A list containing fitness stats and population data.

Author(s)

Kevin J Wolz, kevin@savannainstitute.org


kevinwolz/sysdesign documentation built on June 13, 2020, 1:35 a.m.