CML turn off iterations

I am running a program that estimates a set of parameters using CML. How do I make the program not to print the iterations but just the final results.

Thank you,

Juan

1 Answer



0



If you set the __output variable equal to zero, then only the final results should be printed. Make sure that you set this AFTER your program calls CMLset, because CMLset will set __output to its default value.

For more information about the CML global control variables, take a look at the CML manual CML20.pdf. If you look at the Command Reference section for the function CML, starting on page 42, there is a section that lists all of the global control variables that CML looks at. There is also a brief description of the in the cml.dec file (located in the GAUSSHOME/src folder).

aptech

1,773

Your Answer

1 Answer

0

If you set the __output variable equal to zero, then only the final results should be printed. Make sure that you set this AFTER your program calls CMLset, because CMLset will set __output to its default value.

For more information about the CML global control variables, take a look at the CML manual CML20.pdf. If you look at the Command Reference section for the function CML, starting on page 42, there is a section that lists all of the global control variables that CML looks at. There is also a brief description of the in the cml.dec file (located in the GAUSSHOME/src folder).


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