Yes.
Downhill Simplex nD.vi will do it, but you need at least the full version of LabVIEW to have it. You need to supply starting values, requested accuracy, and function. I would recommend reading about the method in the above link to Numerical Recipes. Like all minimizers, there are some tricks to make it work well.
Note: If you have the base version of LabVIEW, it is relatively easy to code the downhill simplex yourself using the methods in Numerical Recipes.
Disclaimer: I have a PhD in physics, so the above statement must be taken with a grain or two of salt

. Let us know if you need more help.