|
From: | Brett Green |
Subject: | Re: Problem minimizing with sqp |
Date: | Fri, 12 Jul 2019 20:26:27 -0400 |
if you tryOn Fri, Jul 12, 2019 at 3:52 PM Brett Green <address@hidden> wrote:I need to minimize a function of two variables. It looks like sqp is the sort of function I should use for that.As a test to make sure I was using the function properly, I put in the following paraboloid:f = @(v) 2*v(1).^3 + 3*v(2).^4;[x, obj, info, iter, nf, lambda] = sqp([1,3],f)was given the resultx =
-1.1753e+11
1.7162e+08Clearly this is completely wrong - the minimum of the function f is at (0,0)! Have I done something wrong here or is it a bug?- Brett Green
[Prev in Thread] | Current Thread | [Next in Thread] |