get_curr_x {stochQN}R Documentation

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


[Package stochQN version 0.1.2-1 Index]