BayesianOptimization icon indicating copy to clipboard operation
BayesianOptimization copied to clipboard

Use enum in place of string for acquistion function

Open ecomodeller opened this issue 4 years ago • 0 comments

Using enums instead of string is easier for command completion. image

Which avoids the error when typing 'pi' instead of the correct 'poi'.

This implementation accepts both enum and strings and is thus backward compatible.

ecomodeller avatar Feb 16 '21 13:02 ecomodeller