You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A great thanks for providing such a great optimisation algorithm which I use extensively. From your example it is not clear to me how to include the initial guess in my problem:
Hmm, my code from the README still works so I don't really see the problem here. You provide an initial guess as the second argument to bboptimize. I replicate my README code in a new Julia 1.8 here and maybe it helps you find where you go wrong:
Dear Robert,
A great thanks for providing such a great optimisation algorithm which I use extensively. From your example it is not clear to me how to include the initial guess in my problem:
`SearchRange = SEARCHRANGE(optim, optionHypix)
InitialGuess = [0.3, 0.1,0.0031593277198464265, 0.5, 3.0, 0.8]
Optimization = BlackBoxOptim.bboptimize(X -> OF_HYPIX(..., X, ...); SearchRange=SearchRange, NumDimensions=optim.NparamOpt, TraceMode=:silent, MaxFuncEvals=paramHypix.opt.NmaxFuncEvals)
X = BlackBoxOptim.best_candidate(Optimization)`
Many thanks for any help you may provide and hoping you are enjoying the warm Sweedish summer,
Joseph
The text was updated successfully, but these errors were encountered: