MATLAB: Will calling objective and constraints in the same function affects gamultiobj speed

calling obj and cons in the same functiongamultiobj speedGlobal Optimization ToolboxMATLABOptimization Toolbox

According to the link provided below (which refers to one of the matlab help pages), the exemplified procedure will not be of any benefits for ga. This is true also for gamultiobj?
thank you in advance for your time

Best Answer

Sorry, yes, gamultiobj uses ga as a solver internally, so the procedure will not benefit your solution process.
Alan Weiss
MATLAB mathematical toolbox documentation