[SciPy-User] Optimization with boundary conditions

Robert Streubel robert.streubel at googlemail.com
Mon Aug 2 16:42:12 EDT 2010


Hello there,

I'd like to minimize a scalar function F(a(x,y),b(x,y)) - with other words a functional - under certain boundary conditions, such as a+b<1.
Since Scipy supports minimization, I wonder if there could be a rather convenient way to imply boundary conditions. Because this condition causes a different minimum, it can not be considered recursively by a second fmin routine.
Hence, could anyway assist me, please?

Cheers
Robert


More information about the SciPy-User mailing list