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
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