Get current values of the optimization variables
get_curr_x(optimizer)
optimizer
: An optimizer (guided-mode) from this module, as output by functions oLBFGS
, SQN
, adaQN
.A numeric vector with the current values of the variables being optimized.
oLBFGS , SQN , adaQN