parsimony_monitor {GAparsimony} | R Documentation |
Functions for monitoring GA-PARSIMONY algorithm evolution
Description
Functions to print summary statistics of fitness values at each iteration of a GA search.
Usage
parsimony_monitor(object, digits = getOption("digits"), ...)
Arguments
object |
An object of class |
digits |
minimal number of significant digits. |
... |
Further arguments passed to or from other methods. |
Value
These functions print a summary of current GA-PARSIMONY step on the console.
Author(s)
Francisco Javier Martinez de Pison. fjmartin@unirioja.es. EDMANS Group. https://edmans.webs.com/
[Package GAparsimony version 0.9.5 Index]