help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sqp optimization


From: Przemek Klosowski
Subject: Re: sqp optimization
Date: Tue, 17 Jul 2018 17:03:14 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 07/17/2018 02:28 PM, Matheus Moreira wrote:
function rest = h
   rest = address@hidden; @anginjIImai]
endfunction

[x, obj, info, iter, nf, lambda] = sqp (x0, @rend,[],@h,lb,ub)


I got the following warning: "error: octave_base_value::resize (): wrong
type argument 'function handle'"
The hessian function you define returns an array with two function pointers. It has to return an array instead.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]