help-octave
[Top][All Lists]
Advanced

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

Re: Optimise function


From: rICHARD
Subject: Re: Optimise function
Date: Wed, 2 Mar 2016 03:13:46 -0800 (PST)

I'll try to be clearer. There is no previously determined set of data, the
idea is to tweak parameters and repeat an experiment until the parameters
which achieve the best result are found.
 As input to a program I have an array
Angletweak=zeros(4,4)
....
....experiment
....
#choose a cell to minimise D(p,q)
result=D(4,9)

So I have 16 variables (could use up to 144) in Angletweak to massage to
minimise (or maximise 1/) the single scalar  D(p,q)

Is there a clever function to do this? 



--
View this message in context: 
http://octave.1599824.n4.nabble.com/Optimise-function-tp4675140p4675151.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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