-
Notifications
You must be signed in to change notification settings - Fork 29
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
Request for logging of intermediate data #8
Comments
There have been a lot of updates in regards to this. For the desired level of verbosity, try adjusting the logging levels in the constants module. For more information on logging levels, please refer to the documentation. I'm going to add an option to write the Jacobian matrix to a file. Once this has been completed, I'll consider this issue closed. |
I think once the Jacobian read and write functionality is added, this issue can be closed. |
I know I'm outspoken against merging one's own code into master without someone else reviewing it 1st, but I sort of need to do this to start working on what's going on with the bugs in simplex. Sorry! There's no major changes in here though. While debugging recent changes, I set whether or not to use many of the gradient methods to False. That was strictly for my testing, and I never meant to commit that into master. Within here, I changed them all back to True in commit 5fae1a1. Added in more retries for MacroModel jobs. See commits 7fea00a and ebb75f1. Tony made a nice regex change in commit 0902093.
Commit cb36b4c has helped move this issue forward significantly. This enabled one to restart the gradient optimization from the parameter central differentiation file. I think all that is needed now is the option to print or write the Jacobian. This probably will necessitate that gradient be runnable from the command line with argument handling. |
Older versions of the code generated tables of data in files par.one, par.ref, and par.tot. A description of the files can be found in Per-Ola Norrby and Tommy Liljefors, J. Comput. Chem. 1998, 19, 1146-1166. It would be nice to still have access to these files or perhaps something similar.
The text was updated successfully, but these errors were encountered: