mkOptimLog: Extract information from an optimisation logger

View source: R/visualisation.r

mkOptimLogR Documentation

Extract information from an optimisation logger

Description

Extract information from an optimisation logger. This retrieves data and transforms it into a format more amenable to visualisation.

Usage

mkOptimLog(
  logDataFrame,
  fitness = "NSE",
  messages = "Message",
  categories = "Category"
)

Arguments

logDataFrame

a data frame, extracted from an optimisation logger with mh::getLoggerContent

fitness

the name of the fitness score that was used for the optimisation, e.g. 'NSE'

messages

column name with the content log (messages from optimisation steps)

categories

column name with the category of the message (e.g. informative or warnings, etc.)

Value

an object for graphing through the 'mh' package functions


jmp75/mhplot documentation built on Feb. 4, 2023, 9:31 p.m.