Question: My problem in optimization

This question is related to the Question Optimization with NLPSolve

Hi

It is not corect in my problem to get different parameters a, b, c, ... for fmin, fmax and the objective function.

The probleme is to minimize the objective function (fmax-fmin)/fmoy.

NLPSolve((fmax-fmin)/fmoy,t = 0 .. Pi/p/wr,a=1..5,b=0.1..0.5,c=0.4..0.8,d=10..20,wr=200..300,p=5..20);

Where fmax is the maximum of f, fmin is the minimum and fmoy is the average value and are all dependent to the parameters range. I must get the parameters values to minimize the objective function

In above, I gave how to calculate fmin and fmax and fmoy just to explain. Is there any way to calculate in the NLPSolve expression fmin, fmax, fmoy and do the optimization at the same time ?

Regards

Please Wait...