Menu

Commit [r4760]  Maximize  Restore  History

Merged revisions 4698-4701,4712-4717,4745,4748,4759 via svnmerge from

svn+ssh://semor@.../svn/relax/1.3

........
r4698 | semor | 2008-01-13 20:26:39 -0500 (Sun, 13 Jan 2008) | 3 lines

Added comments to the imports.
........
r4699 | semor | 2008-01-13 23:25:19 -0500 (Sun, 13 Jan 2008) | 3 lines

Added more comments to the imports.
........
r4700 | semor | 2008-01-13 23:31:50 -0500 (Sun, 13 Jan 2008) | 3 lines

Added somemore comments to the imports.
........
r4701 | semor | 2008-01-14 09:49:41 -0500 (Mon, 14 Jan 2008) | 3 lines

Added some comments to the imports and ordered imports alphabetically.
........
r4712 | bugman | 2008-01-15 04:46:52 -0500 (Tue, 15 Jan 2008) | 3 lines

Removed the empty __init__() method and shifted its docstring to that of the class.
........
r4713 | bugman | 2008-01-15 04:47:09 -0500 (Tue, 15 Jan 2008) | 3 lines

Removed an orphaned comment.
........
r4714 | bugman | 2008-01-15 04:50:04 -0500 (Tue, 15 Jan 2008) | 3 lines

Updated the base class method has_errors() to the new relax design.
........
r4715 | bugman | 2008-01-15 04:52:45 -0500 (Tue, 15 Jan 2008) | 3 lines

Updated the return_data() and return_error() base class methods to the new relax design.
........
r4716 | bugman | 2008-01-15 04:54:47 -0500 (Tue, 15 Jan 2008) | 3 lines

Updated the base class method sim_return_selected() to the new relax design.
........
r4717 | bugman | 2008-01-15 05:13:30 -0500 (Tue, 15 Jan 2008) | 5 lines

Added a dummy overfit_deselect() method to the base class.

This method does nothing.
........
r4745 | bugman | 2008-01-15 08:40:06 -0500 (Tue, 15 Jan 2008) | 3 lines

Shifted the grid ops tests into the test_grid_ops() base class function.
........
r4748 | bugman | 2008-01-15 08:52:49 -0500 (Tue, 15 Jan 2008) | 3 lines

Fixed a bug in the test_grid_ops() base class method which was preventing relax from starting.
........
r4759 | semor | 2008-01-15 13:11:09 -0500 (Tue, 15 Jan 2008) | 8 lines

Changed the precision for gX in the mfpar file for use of ModelFree with the palmer.py script.

The change was from a three decimal precision (-2.713) to a four decimal precision (-2.7126).

This was discussed in thread starting at:
https://mail.gna.org/public/relax-devel/2008-01/msg00040.html
........

semor 2008-01-15

1 2 3 > >> (Page 1 of 3)
changed /branches/consistency_tests_1.3
changed /branches/consistency_tests_1.3/generic_fns/palmer.py
changed /branches/consistency_tests_1.3/maths_fns/chi2.py
changed /branches/consistency_tests_1.3/maths_fns/correlation_time.py
changed /branches/consistency_tests_1.3/maths_fns/direction_cosine.py
changed /branches/consistency_tests_1.3/maths_fns/jw_mapping.py
changed /branches/consistency_tests_1.3/maths_fns/jw_mf.py
changed /branches/consistency_tests_1.3/maths_fns/jw_mf_comps.py
changed /branches/consistency_tests_1.3/maths_fns/mf.py
changed /branches/consistency_tests_1.3/maths_fns/ri.py
changed /branches/consistency_tests_1.3/maths_fns/ri_comps.py
changed /branches/consistency_tests_1.3/maths_fns/weights.py
changed /branches/consistency_tests_1.3/minimise/bfgs.py
changed /branches/consistency_tests_1.3/minimise/cauchy_point.py
changed /branches/consistency_tests_1.3/minimise/constraint_linear.py
changed /branches/consistency_tests_1.3/minimise/coordinate_descent.py
changed /branches/consistency_tests_1.3/minimise/dogleg.py
changed /branches/consistency_tests_1.3/minimise/exact_trust_region.py
changed /branches/consistency_tests_1.3/minimise/fletcher_reeves_cg.py
changed /branches/consistency_tests_1.3/minimise/generic.py
changed /branches/consistency_tests_1.3/minimise/grid.py
changed /branches/consistency_tests_1.3/minimise/hessian_mods/cholesky.py
changed /branches/consistency_tests_1.3/minimise/hessian_mods/eigenvalue.py
changed /branches/consistency_tests_1.3/minimise/hessian_mods/gmw81.py
changed /branches/consistency_tests_1.3/minimise/hessian_mods/gmw81_old.py
/branches/consistency_tests_1.3/generic_fns/palmer.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/chi2.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/correlation_time.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/direction_cosine.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/jw_mapping.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/jw_mf.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/jw_mf_comps.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/mf.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/ri.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/ri_comps.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/maths_fns/weights.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/bfgs.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/cauchy_point.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/constraint_linear.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/coordinate_descent.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/dogleg.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/exact_trust_region.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/fletcher_reeves_cg.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/generic.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/grid.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/hessian_mods/cholesky.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/hessian_mods/eigenvalue.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/hessian_mods/gmw81.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/hessian_mods/gmw81_old.py Diff Switch to side-by-side view
Loading...
1 2 3 > >> (Page 1 of 3)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.