Unification of the visualize object hierarchy and standardization of the click and move behaviour of lvm and lvm_dimselect. Set colours of input sensitivity histogram to red for left (port) and green for right (starboard).

This commit is contained in:
Neil Lawrence 2013-04-29 21:45:15 +01:00
parent 50a68e1a65
commit 33521f6763
4 changed files with 240 additions and 124 deletions

View file

@ -253,7 +253,7 @@ class model(parameterised):
:max_f_eval: maximum number of function evaluations
:messages: whether to display during optimisation
:param optimzer: whice optimizer to use (defaults to self.preferred optimizer)
:param optimzer: which optimizer to use (defaults to self.preferred optimizer)
:type optimzer: string TODO: valid strings?
"""
if optimizer is None: