printEvolutionDetails: printEvolutionDetails

Description Usage Arguments Value

View source: R/utility.R

Description

Print information about the progress of evolution

Usage

1
2
printEvolutionDetails(currGeneration, maxGeneration, bestSolution, population,
  updateFreq, updateCount)

Arguments

currGeneration

the current generation of evolution

maxGeneration

the maximum generations for evolution

bestSolution

the best solution found so far

population

the population of all solutions

updateFreq

how many generations pass between progress updates

updateCount

how many generations have passed since last update

Value

updateCount + 1


porteous54/caRtesian documentation built on May 30, 2019, 11:43 a.m.