get_curr_x function

Get current values of the optimization variables

Get current values of the optimization variables

get_curr_x(optimizer)

Arguments

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

Returns

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

See Also

oLBFGS , SQN , adaQN

  • Maintainer: David Cortes
  • License: BSD_2_clause + file LICENSE
  • Last published: 2021-09-26