Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with optimization

Status
Not open for further replies.

kaps_nit

Member level 2
Joined
Jul 18, 2006
Messages
45
Helped
5
Reputation
10
Reaction score
3
Trophy points
1,288
Activity points
1,577
multivariable lsqnonlin

Hi,

Presently I am doing my Msters project. And it involves one optimization.
Now the problem is to find the optimum set of values for a set of variables (3/4) for which a set of functions of these variables (all of them have the same unit) will have minimum value (or within a certain range, say 0-12 micron).
Its a multivariable multifunction optimization.

Can anybody suggest me how I should proceed??

Any kind of help would be highly appriciated.

Thanks
 

How nonlinear is your problem? If you are looking for a quick solution, try the lsqnonlin command in matlab.

-Tip
 

I have referred to this command 'lsqnonlin' in Matlab. But as I could see it only find the solution for single function.
But my optimization problem is for multiple functions.
 

You can still use the lsqnonlin function. One of its input arguments is an array X that will contain the input arguments for whatever number of functions you have in mind. You will then have to create your own single function that will take these input arguments and call all of the other functions you have in mind. The function you write, then returns the output of all the other functions to lsqnonlin.

-Tip
 

thanks for your reply. let me try this out
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top