[SciPy-User] optimize.fmin_slsqp bounds problem

Pauli Virtanen pav at iki.fi
Wed Oct 9 17:10:11 EDT 2013


09.10.2013 23:43, Jean-Francois.Moulin at hzg.de kirjoitti:
[clip]
> Well my objective function is a quite complex recursive function of the 9 input
> parameters which in the end returns the sum of the squared deviation
as expected
> by fmin_slsqp (it involves several of my own modules and a large
dataset, so too long to be posted).

In such a case, you can record the values of the objective function and
coordinates for each call in a file. Assuming the rounding error is not
too bad, the result should be reproducible.

-- 
Pauli Virtanen




More information about the SciPy-User mailing list