parse.algorithm {templr} | R Documentation |
Parse algorithm file and returns its (header) indos and methods
parse.algorithm(file)
file |
Template algorithm file to parse |
list of header infos and environment containing methods <constructor>,getInitialDesign,getNextDesign,displayResults
parse.algorithm(system.file("Brent.R", package="templr"))