nlsys question again: controlling step size

Hi,

I have a follow-up question if the answer to my last question is no. Since I will feed GAUSS very good initial guesses and the value function may not be available with some wild guesses, I wonder if I can tell GAUSS to make only small steps when it is solving the problem with "nlsys". If so, would you please tell me the right command to use?

Thank you so much!!

Laura

1 Answer



0



You shouldn't have any problem with the nonlinear transformation on the parameter.  If you are having problems use a different algorithm,

struct nlControl nlc;

nlc.algr = 1; //default: line search

nlc.algr = 2; // or try this one: hook step

Your Answer

1 Answer

0

You shouldn't have any problem with the nonlinear transformation on the parameter.  If you are having problems use a different algorithm,

struct nlControl nlc;

nlc.algr = 1; //default: line search

nlc.algr = 2; // or try this one: hook step

You must login to post answers.

Have a Specific Question?

Get a real answer from a real person

Need Support?

Get help from our friendly experts.

Try GAUSS for 14 days for FREE

See what GAUSS can do for your data

© Aptech Systems, Inc. All rights reserved.

Privacy Policy