ppProc-class: Class '"ppProc"'

Description Objects from the Class Slots Methods Author(s) See Also Examples

Description

Structure of the class "ppProc". Objects of that class are returned as part of class optsol when performing pre- or post-processing of an optimization, e.g. in optimizeProb.

Objects from the Class

Objects can be created by calls of the function ppProc:

test <- ppProc(cmd).

cmd:

Object of class "list".

Slots

cmd:

Object of class "list" a character vector or a list of character strings containing pre- or postprocessing commands.

pa:

Object of class "list" return values of the pre- or postprocessing commands. They can be numeric, integer, character, list or of class sybilError.

ind:

Object of class "integer" giving the indices of the optimizations when pre- or postprocessing was performed.

Methods

cmd:

signature(object = "ppProc"): gets the cmd slot.

cmd<-:

signature(object = "ppProc"): sets the cmd slot.

pa:

signature(object = "ppProc"): gets the pa slot.

pa<-:

signature(object = "ppProc"): sets the pa slot.

ind:

signature(object = "ppProc"): gets the ind slot.

ind<-:

signature(object = "ppProc"): sets the ind slot.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

optimizeProb and optimizer

Examples

1
  showClass("ppProc")

sybil documentation built on May 31, 2021, 5:08 p.m.