compute_multiple_kernel_objective_vals_gpu: Compute multiple kernel objective values using GPU

View source: R/gpu_backend.R

compute_multiple_kernel_objective_vals_gpuR Documentation

Compute multiple kernel objective values using GPU

Description

Compute multiple kernel objective values using GPU

Usage

compute_multiple_kernel_objective_vals_gpu(
  W,
  Kgrams,
  weights,
  initial_objs,
  running_sums,
  max_reds,
  maximum_gain_scaling,
  device = 0
)

Arguments

W

The design matrix (r x n)

Kgrams

A list of Gram matrices

weights

A vector of weights for the kernels

initial_objs

A vector of initial objective values

running_sums

A vector of current kernel sums

max_reds

A vector of max reduction log objective values

maximum_gain_scaling

Scaling factor

device

The device ID


GreedyExperimentalDesign documentation built on April 30, 2026, 9:07 a.m.