R/AddDualBounds.R

## Copyright 2017 <Jeremy Yee> <jeremyyee@outlook.com.au>
## Computing the bounds
################################################################################

AddDualBounds <- function(path, control, Reward, Scrap, dual, policy) {
    .Call('_rcss_AddDualBounds', PACKAGE = 'rcss', path, control, Reward, Scrap,
          dual, policy)
}

Try the rcss package in your browser

Any scripts or data that you put into this service are public.

rcss documentation built on May 1, 2019, 10:13 p.m.