getOptimizer {PFIM} | R Documentation |
Get the optimization algorithm.
Description
Get the optimization algorithm.
Usage
getOptimizer(object)
## S4 method for signature 'PFIMProject'
getOptimizer(object)
Arguments
object |
An object from the class PFIMProject. |
Value
A string giving the name of the optimization algorithm.
[Package PFIM version 6.0.3 Index]