fd_est_asm: Estimate the Active Subspace of a Function using Finite...

Description Usage Arguments Value

Description

Looks between [-1, 1]

Usage

1
fd_est_asm(f, r, m, M = NULL, scale = FALSE)

Arguments

f

The function to eval

r

The max dim of the active subspace

m

The dimension of the underlying/embedding space.

scale

Scale all gradients to have norm 1?

thresh

Bound on angle between subspaces.

Value

A list with sub, the active subspace, sv, the singular values (all m of them), fs, which gives function values, gs, function grads, and X, which gives sampled locations.


NathanWycoff/asm documentation built on May 13, 2019, 11:52 p.m.