getOpt: Method for retrieving the optimal value of the objective...

Description Usage Arguments Value Author(s)

Description

Additional arguments to the getOpt-method pertinent to the defined S4-classes in this package are detailed below.

Usage

1
2
3
4
## S4 method for signature 'CLPS'
getOpt(object)  
## S4 method for signature 'CDEPS'
getOpt(object)  

Arguments

object

CLPS or CDEPS: Ordinarily returned by either a call to solveLPD() or solveLPD(), respectively.

Value

numeric: Returns the optimal value of the objective function.

Author(s)

Bernhard Pfaff


TSSP documentation built on May 2, 2019, 4:56 p.m.

Related to getOpt in TSSP...