mcc global optimization error
2 views (last 30 days)
Show older comments
I am using using mcc to make an .exe to submit to a cluster.
My code uses the global optimization toolbox (multistart fmincon), and works locally without errors. Launching the resulting .exe on a cluster, however, gives the error: "Undefined function or variable 'createOptimProblem'."
This is indicative that mcc is not accessing the global optimization toolbox. Any ideas how to correct this?
Thanks
David
0 Comments
Answers (0)
See Also
Categories
Find more on Problem-Based Optimization Setup in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!