-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move non-optional "controls" to doHB #75
Comments
I get the point above, though I do think there's value in keeping all of On Tue, Mar 15, 2016 at 10:25 PM, Jeff Keller [email protected]
|
The trouble is that we use these arguments to determine each "n". |
Right, I actually knew that. I do think we could consider forcing those I guess the equivalent of this from CBCHB is how they define each column On Tue, Mar 15, 2016 at 10:35 PM, Jeff Keller [email protected]
|
Not without constraining the format of inputs, which is something we've decided we won't be doing. Users do currently get a warning if these two arguments are not supplied. I'm approaching this from a usability POV, where more commonly used arguments are more "visible". The doHB help file probably illustrates my concern best. You need to scroll through about half of the help file (which is quite long) before you come across the descriptions for these two non-optional arguments. In optim, the first two arguments are the function and parameter names/starting values, as these are the most frequently adjusted arguments. The control list is one of the last and contains all of the smaller "tweaker" arguments that have reasonable default values. To me, this is cleaner, but it's not a high priority, certainly not for the poster version, so agreeing to disagree is fine. |
The controls argument to doHB should only contain controls and settings for which there is a reasonable default value. Currently, there are two "controls" that must be passed via the controls argument to doHB with no default value (gVarNamesNormal and gVarNamesFixed). These should be made arguments of doHB so that they are easier for users to find and specify.
The text was updated successfully, but these errors were encountered: