ADAP.estimate: ADAP surrogate estimation

View source: R/ADAP.R

ADAP.estimateR Documentation

ADAP surrogate estimation

Description

ADAP surrogate estimation

Usage

ADAP.estimate(ipdata,control,config)

Arguments

ipdata

local data in data frame

control

PDA control

config

cloud configuration

Details

step-3: construct and solve surrogate objective function at the master/lead site

Value

list(btilde = sol$par, Htilde = sol$hessian, site=control$mysite, site_size=nrow(ipdata))


pda documentation built on May 29, 2024, 10:40 a.m.

Related to ADAP.estimate in pda...