parsimony_monitor: Functions for monitoring GA-PARSIMONY algorithm evolution

View source: R/parsimony_monitor.R

parsimony_monitorR 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 "ga_parsimony", usually resulting from a call to function ga_parsimony.

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/


GAparsimony documentation built on April 7, 2023, 5:11 p.m.