parse.algorithm: Parse algorithm file and returns its (header) indos and...

View source: R/algorithm.R

parse.algorithmR Documentation

Parse algorithm file and returns its (header) indos and methods

Description

Parse algorithm file and returns its (header) indos and methods

Usage

parse.algorithm(file)

Arguments

file

Template algorithm file to parse

Value

list of header infos and environment containing methods <constructor>,getInitialDesign,getNextDesign,displayResults

Examples

parse.algorithm(system.file("Brent.R", package="templr"))

templr documentation built on Oct. 25, 2022, 5:05 p.m.