solvePerfInf: Method for solving a DEP under perfect information

Description Usage Arguments Value Author(s) See Also Examples

Description

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

Usage

1
2
3
4
## S4 method for signature 'CDEPD'
solvePerfInf(object, max.iter = 50)  
## S4 method for signature 'CDEPS'
solvePerfInf(object, max.iter = 50)  

Arguments

object

CDEPD or CDEPS: An object of class either class "CDEPD" or "CDEPS", ordinarily returned by calls to either DEP() or solveDEP(), respectively.

max.iter

integer: The maximum count of iterations.

Value

A list object with elements of class "CDEPS".

Author(s)

Bernhard Pfaff

See Also

DEP, solveDEP, CDEPD, CDEPS

Examples

1
2

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

Related to solvePerfInf in TSSP...