Skip to content

issues Search Results · repo:bayesian-optimization/BayesianOptimization language:Python

Filter by

378 results
 (76 ms)

378 results

inbayesian-optimization/BayesianOptimization (press backspace or delete to remove)

Describe the bug Acquisition functions used in some example notebooks are not provided with random state properly, so these notebooks cannot yield reproducible results. As far as I m aware of, Advanced ...
bug
enhancement
  • lhy7889678
  • 1
  • Opened 
    on Mar 28
  • #559

Hi all, I have a suggestion regarding finding the maximum of acquisition functions. In the current (2.03) version, the maximum of acquisition function is achieved in _acq_min in acquisition.py, which ...
enhancement
  • yichenfu
  • 2
  • Opened 
    on Mar 27
  • #558

Hi, I am working with mixed-integer constrained problem with verbose active. When display information about the iteration, the integer parameters appear with the prefix np.float making impossible to read ...
bug
enhancement
  • udicaprio
  • 3
  • Opened 
    on Mar 10
  • #553

It looks like codecov is broken, since they now require a token to be used.
  • till-m
  • 1
  • Opened 
    on Mar 9
  • #551

Hello, I am finding a recurrent issue with the predictions of the optimizer for the last point that was added to the dataset. I am using the following chunk of code to initialize a BayesianOptimization ...
bug
enhancement
  • dcferre
  • 3
  • Opened 
    on Mar 8
  • #550

Hi all, I see that mixed-integer optimisation has been allowed in the library. This is a very good improvement. Looking at the code, I see that the suggestion of the next point still happens with L-BFGS-B, ...
enhancement
  • udicaprio
  • 4
  • Opened 
    on Mar 6
  • #548

Sorry if this is an obvious question, however I was reviewing the code for the constraint algorithm and stumbled across this line. I was wondering about the logic behind checking the lowerbound for the ...
  • Christopher-Wang
  • 1
  • Opened 
    on Feb 15
  • #546

Hello! I encountered this error, that I cannot import the UtilityFuntion. ImportError: cannot import name UtilityFunction from bayes_opt.util (C:\Users\doria\AppData\Roaming\Python\Python313\site-packages\bayes_opt\util.py) ...
bug
enhancement
  • DorianP-cmd
  • 6
  • Opened 
    on Feb 4
  • #544

I met a ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions. The detected shape was (4,) + inhomogeneous part. happens here in the ...
  • chiang-hsuan
  • 2
  • Opened 
    on Jan 23
  • #543

Hello! I am using pre-release version because I am interested in integer optimization. So far on the one hand I get pretty fast close to global optimum using it. from bayes_opt import SequentialDomainReductionTransformer ...
  • yolking
  • 9
  • Opened 
    on Jan 17
  • #542
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub