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 2 of 3)
changed /branches/consistency_tests_1.3/minimise/hessian_mods/se99.py
changed /branches/consistency_tests_1.3/minimise/hestenes_stiefel_cg.py
changed /branches/consistency_tests_1.3/minimise/levenberg_marquardt.py
changed /branches/consistency_tests_1.3/minimise/line_search/backtrack.py
changed /branches/consistency_tests_1.3/minimise/line_search/grace.py
changed /branches/consistency_tests_1.3/minimise/line_search/interpolate.py
changed /branches/consistency_tests_1.3/minimise/line_search/more_thuente.py
changed /branches/consistency_tests_1.3/minimise/line_search/nocedal_wright_interpol.py
changed /branches/consistency_tests_1.3/minimise/line_search/nocedal_wright_wolfe.py
changed /branches/consistency_tests_1.3/minimise/line_search/test_functions.py
changed /branches/consistency_tests_1.3/minimise/method_of_multipliers.py
changed /branches/consistency_tests_1.3/minimise/ncg.py
changed /branches/consistency_tests_1.3/minimise/newton.py
changed /branches/consistency_tests_1.3/minimise/polak_ribiere_cg.py
changed /branches/consistency_tests_1.3/minimise/polak_ribiere_plus_cg.py
changed /branches/consistency_tests_1.3/minimise/simplex.py
changed /branches/consistency_tests_1.3/minimise/steepest_descent.py
changed /branches/consistency_tests_1.3/minimise/steihaug_cg.py
changed /branches/consistency_tests_1.3/prompt/angles.py
changed /branches/consistency_tests_1.3/prompt/command.py
changed /branches/consistency_tests_1.3/prompt/dasha.py
changed /branches/consistency_tests_1.3/prompt/eliminate.py
changed /branches/consistency_tests_1.3/prompt/fix.py
changed /branches/consistency_tests_1.3/prompt/grace.py
changed /branches/consistency_tests_1.3/prompt/help.py
/branches/consistency_tests_1.3/minimise/hessian_mods/se99.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/hestenes_stiefel_cg.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/levenberg_marquardt.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/line_search/backtrack.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/line_search/grace.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/line_search/interpolate.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/line_search/more_thuente.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/line_search/nocedal_wright_interpol.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/line_search/nocedal_wright_wolfe.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/line_search/test_functions.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/method_of_multipliers.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/ncg.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/newton.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/polak_ribiere_cg.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/polak_ribiere_plus_cg.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/simplex.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/steepest_descent.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/minimise/steihaug_cg.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/prompt/angles.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/prompt/command.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/prompt/dasha.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/prompt/eliminate.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/prompt/fix.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/prompt/grace.py Diff Switch to side-by-side view
Loading...
/branches/consistency_tests_1.3/prompt/help.py Diff Switch to side-by-side view
Loading...
<< < 1 2 3 > >> (Page 2 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.