Commit | Date | |
---|---|---|
[r4529]
by
bugman
Removal of all the old threading code!!! This will all eventually be replaced by Gary Thompson's multi_processor code, once it is ported to |
2008-01-09 10:37:04 | Tree |
[r4528]
by
bugman
Merged revisions 4523-4527 via svnmerge from ........ |
2008-01-09 10:28:35 | Tree |
2008-01-09 10:26:16 | Tree | |
[r4526]
by
bugman
Changed all references to 'print_flag' to 'verbosity' in the user function arg unit tests. |
2008-01-09 10:25:14 | Tree |
[r4525]
by
bugman
Converted all the bin args (0/1) to bool args (True/False) in the minimisation user functions. |
2008-01-09 09:57:51 | Tree |
2008-01-09 09:53:06 | Tree | |
[r4523]
by
bugman
Renamed 'print_flag' to 'verbosity' in the calc(), grid_search(), and minimise() user functions. This arg is not really a flag, and it is the verbosity level, so this makes more sense. |
2008-01-09 09:50:39 | Tree |
[r4522]
by
bugman
The lower, upper, and inc args to grid_search() are no longer stored in the class instance. |
2008-01-09 09:28:01 | Tree |
[r4521]
by
bugman
Changed a few of the arguments of the N-state model grid_search() function. The 'print_flag' arg has been renamed to 'verbosity' and the 0/1 args have been converted to |
2008-01-09 09:26:19 | Tree |
[r4520]
by
bugman
Changed a few of the arguments of the N-state model minimise() function. The 'print_flag' arg has been renamed to 'verbosity' as it really isn't a flag. And the 0/1 args |
2008-01-09 09:23:40 | Tree |