Commit | Date | |
---|---|---|
[r4816]
by
bugman
Removed some useless code in the partition_params() function. Because of the main if-else loop, this code will never be executed! |
2008-01-17 14:18:56 | Tree |
[r4815]
by
bugman
Updated the generic_fns.value module functions set() and partition_params() to be more general. The updating is not complete, but works for most of the current codebase. The assumption of a data |
2008-01-17 14:08:15 | Tree |
[r4814]
by
bugman
Removed the grid search from the 5-state xz model system test. This has been replaced by a call to value.set() as the grid search is too expensive. |
2008-01-17 13:33:07 | Tree |
[r4813]
by
bugman
Bug fix for the N-state model disassemble_param_vector() method. The last probability for state N was being incorrectly calculated! |
2008-01-17 10:41:52 | Tree |
2008-01-17 10:40:50 | Tree | |
[r4811]
by
bugman
Bug fix for the n_state_model user functions. The class instance now ends in '_obj'. |
2008-01-17 10:02:41 | Tree |
[r4810]
by
bugman
Bug fix for the unit test of the N-state model assemble_param_vector() method. The numpy array could not be directly compared so each element is checked individually. |
2008-01-17 10:00:59 | Tree |
[r4809]
by
bugman
Bug fix for the N-state model assemble_param_vector() method. The second last probability was missing from the parameter vector. |
2008-01-17 09:57:19 | Tree |
2008-01-17 09:55:11 | Tree | |
[r4807]
by
bugman
Bug fix for the N-state model assemble_param_vector() method. The sim_index arg is now a keyword arg which defaults to None. This arg is not required. |
2008-01-17 09:52:40 | Tree |