Menu

Commit [r16069]  Maximize  Restore  History

Converted the calc, grid_search and minimise user functions to the auto-generation design.

The minimise user function required a lot of work, as the minimise(*args, *kargs) construct is
incompatible with the auto-generation design. As this is hardly used in the field, everything has
been converted to specific keyword arguments. This will have a side benefit of being easier to
understand for a user. The back end was modified accordingly.

bugman 2012-05-07

changed /branches/uf_redesign/generic_fns/minimise.py
changed /branches/uf_redesign/gui/uf_objects.py
changed /branches/uf_redesign/prompt/__init__.py
renamed /branches/uf_redesign/prompt/minimisation.py -> /branches/uf_redesign/user_functions/minimisation.py
changed /branches/uf_redesign/user_functions/__init__.py
/branches/uf_redesign/generic_fns/minimise.py Diff Switch to side-by-side view
Loading...
/branches/uf_redesign/gui/uf_objects.py Diff Switch to side-by-side view
Loading...
/branches/uf_redesign/prompt/__init__.py Diff Switch to side-by-side view
Loading...
/branches/uf_redesign/user_functions/__init__.py Diff Switch to side-by-side view
Loading...
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.