ruspy.estimation.estimation_interface.select_optimizer_options

ruspy.estimation.estimation_interface.select_optimizer_options(init_dict, num_params_costs, num_states)[source]

Creating the options for estimagic, ipopt and nlopt.

Parameters
init_dictdictionary

see Estimation initialization dictionary

num_params_costspython:int

Length of cost parameter vector.

num_states: int

The size of the state space.

Returns
optimizer_optionsdictionary

A dictionary with keywords for the optimizer.