Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Variation of the initial matrix during fminsearch computing

Status
Not open for further replies.

MatthieuM

Materials
Joined
Jul 8, 2015
Messages
7
Location
FR
Hello, I'm using the "fminsearch" function on Scilab.
My function "f" to minimize depends of two parameters, say "p1" and "p2"

My problem is that the variation of "p1" and "p2" during the fminsearch is very low.

For example, if p1=10 and p2=50, the first try of fminsearch will be p1'=10.5 and p2'=50, which has no influence on the value of "f".

So my question is :How can i force fminsearch to increase the variation of p1 and p2 ?

Thank you very much for your help,

Matthieu

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top