|
|
|
|
|
by protoplaid
1933 days ago
|
|
line 62: exp_imp[sigma == 0.0] = 0.0 I'm afraid it never samples points more than once, since it estimated already-sampled-points as points with variance zero, and no expected improvement. IMHO that's wrong. Variance of a single sample should be infinite (classical statistics), or similar to the variance of nearby points (bayesian+model), or some pre-defined prior (not a great idea... I'd prefer some automatic method). But not zero. |
|
Anyway, I guess I stand by my original suggestion that BO is the best tool for gradient free optim with slow and noisy fevals, but to my knowledge nobody has built a way to dial in the hyper parameters automatically. And there are quite a few. Entire companies exist for this purpose, SigOpt comes to mind..