BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
PatrickYang
Obsidian | Level 7

When teaching myself PROC GA, I suspect I encountered some inconsistency in SAS documentation for this procedure: Between the SAS code and the description in the text. I just want to make sure my understanding is correct.

 

1. Page of SAS documentation (first block of SAS code for PROC GA): https://support.sas.com/documentation/cdl/en/orlsoug/68155/HTML/default/viewer.htm#orlsoug_ga_exampl...

 

2. SAS code:

   call Initialize('DEFAULT',200);
   call ContinueFor(140);

 

3. Description in the text: "Next, the Initialize callspecifies default initialization (random sequences) and a population size of 100. The ContinueFor call specifies a run of 220 iterations."

 

Am I correct there is inconsistency here?

 

1 ACCEPTED SOLUTION

Accepted Solutions
StevenGardner
SAS Employee

Yes you are correct, this is an inconsistency in the documentation.  I apologize for the confusion.

 

The text description in the documentation should read as follows:

 

"Next, the Initialize call specifies default initialization (random sequences) and a population size of 200. The ContinueFor call specifies a run of 140 iterations."

 

This error will be fixed in the next release of the PROC GA documentation.

View solution in original post

1 REPLY 1
StevenGardner
SAS Employee

Yes you are correct, this is an inconsistency in the documentation.  I apologize for the confusion.

 

The text description in the documentation should read as follows:

 

"Next, the Initialize call specifies default initialization (random sequences) and a population size of 200. The ContinueFor call specifies a run of 140 iterations."

 

This error will be fixed in the next release of the PROC GA documentation.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

Multiple Linear Regression in SAS

Learn how to run multiple linear regression models with and without interactions, presented by SAS user Alex Chaplin.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 1 reply
  • 965 views
  • 1 like
  • 2 in conversation