State variables in histval

Hi everyone, I am solving the model running perfect foresight, and I want to figure out the reduced form and see the state variables in order to specify their initial values in histval block and create a scenario with the model. How can I do that technically?
thank you! I am attaching the code below.

endo_nonlinear_loss_LR.mod (58.5 KB)

The model_info command can be used to display the state variables.

1 Like

Thank you Mr. Pfeifer