I want to tune fmincon settings within HGA algorithm to estimate Kriging hyperparameters. It seems that I can access MaxIter, etc, but others like MaxFunctionEvaluations, I cannot directly set. I am wondering if I can modify the MaxFunctionEvaluations parameter when I choose HGA as my optimization algorithm. Thank you very much for your help!
Unfortunately, the option MaxFunEvals is not currently accessible via user-specified options of the Kriging metamodel creation like MaxIter or Display.
Is setting the maximum number of (objective) function evaluations essential to your current task?
Ok I see that now. Well, the reason I asked this question is because for my current case, the optimization routine (HGA) tends to be terminated prematurely, and one way to resolve this issue is to increase MaxFunEvals (as suggested by MATLAB). Now I will try something else I think. But thank you very much for the info!