BreakPoint

cancel
Showing results for 
Search instead for 
Did you mean: 

optimization

Dear all :
I have a function (eg:f(x,y,z))and I need to find minimum of x,y and z, first I use Downhill simplex nD  (in lv7.1) but the solution isn't good
When I calculate in matlab.I got a correct solution.
I find a tool in lv8.0(mathscript->fminsearch)
Can someone tell me why ?? Is  mathscript's fminsearch equal matlab's fminsearch
If they are the same. can you give me an example how to use fminsearch in mathscript.
The problem has confused me for a long time.
My boss urges me everyday.  I hope you can help me please
Thanks a lot 
0 Kudos
Message 1 of 3
(4,891 Views)
you would get better response if you posted in the labview forum instead of the breakpoint.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 3
(4,871 Views)
Hello,
 
You might want to take a look at TOMVIEW for your optimization needs. Possibly you could use SNOPT to solve the problem, or a global solver like glbDirect in the Base Module.
 
Best wishes, Marcus
Marcus M. Edvall
Tomlab Optimization Inc.
855 Beech St #121
San Diego, CA 92101-2886
USA

web: http://tomopt.com
e-mail: medREMvall@tomREMopt.coREMm
Office1: (619) 203-2037
Office2: (619) 595-0472
Fax: (619) 245-2476
0 Kudos
Message 3 of 3
(4,854 Views)