Learn R Programming

stochQN (version 0.1.2-1)

get_curr_x: Get current values of the optimization variables

Description

Get current values of the optimization variables

Usage

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