get_curr_x: Get current values of the optimization variables

Description Usage Arguments Value See Also

View source: R/optimizers_guided.R

Description

Get current values of the optimization variables

Usage

1
get_curr_x(optimizer)

Arguments

optimizer

An optimizer (guided-mode) from this module, as output by functions 'oLBFGS', 'SQN', 'adaQN'.

Value

A numeric vector with the current values of the variables being optimized.

See Also

oLBFGS , SQN , adaQN


stochQN documentation built on Sept. 26, 2021, 9:07 a.m.

Related to get_curr_x in stochQN...