Skip to content

Conversation

@roya0045
Copy link
Contributor

@roya0045 roya0045 commented Sep 27, 2017

Apologies for creating this new pull so soon after the first one just got accepted, but I had to make some change and improvement to the code to improve usage and flexibility.

What changed:

  • Added inner_bounding: so any optimization could be used as the values will be capped by the wrapper.

  • Dict-> OrderedDict: I wanted to make sure that dictionnary arguments were processed in the proper order so if you wanted to create the x0 vector/array manually you would not give the wrong value to a random kwarg.

  • and maybe some other minor correction and change of names

Added inner_bounding and changed the code to use Ordered Dictionnaries to prevent random ordering of keys and values, making the function more stable and prevent some potential issues.
@pv pv merged commit 2b0e49b into scipy:master Sep 27, 2017
@pv
Copy link
Member

pv commented Sep 27, 2017

no problem, merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants