Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bayesian-optimization
/
BayesianOptimization
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
8.7k
Code
Issues
7
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
polish & clean code
- #566
#566
Merged
t-muser
merged 15 commits into
bayesian-optimization:master
bayesian-optimization/BayesianOptimization:master
from
t-muser:master
t-muser/BayesianOptimization:master
Copy head branch name to clipboard
Jun 3, 2025
Conversation
Commits
15
(15)
Checks
Files changed
Merged
polish & clean code
#566
t-muser
merged 15 commits into
bayesian-optimization:master
bayesian-optimization/BayesianOptimization:master
from
t-muser:master
t-muser/BayesianOptimization:master
Copy head branch name to clipboard
Commits
Commits on May 17, 2025
Fix acq min bug
t-muser
committed
13095cf
View commit details
Copy full SHA for 13095cf
Browse repository at this point
Commits on May 19, 2025
Update docs, make `random_state` not a property of acqs
t-muser
committed
eed1147
View commit details
Copy full SHA for eed1147
Browse repository at this point
Merge branch 'bayesian-optimization:master' into master
t-muser
authored
2600edb
View commit details
Copy full SHA for 2600edb
Browse repository at this point
Commits on May 22, 2025
fix giving bad seeds to l-bfgs-b
t-muser
committed
5aaa3d2
View commit details
Copy full SHA for 5aaa3d2
Browse repository at this point
remove debug code
t-muser
committed
4479243
View commit details
Copy full SHA for 4479243
Browse repository at this point
Relax constraint.approx test slightly
t-muser
committed
55c2840
View commit details
Copy full SHA for 55c2840
Browse repository at this point
GPHedge: ensure random state
t-muser
committed
7bc0884
View commit details
Copy full SHA for 7bc0884
Browse repository at this point
nitpick fixes
t-muser
committed
acd4c54
View commit details
Copy full SHA for acd4c54
Browse repository at this point
Commits on May 23, 2025
Make constraints work with parameter types
t-muser
committed
6e59e96
View commit details
Copy full SHA for 6e59e96
Browse repository at this point
Commits on May 30, 2025
Use `deepcopy` when copying constraint in `ConstantLiar`
t-muser
committed
05fc602
View commit details
Copy full SHA for 05fc602
Browse repository at this point
Move the instantiation of `ConstraintModel`
t-muser
committed
27b7997
View commit details
Copy full SHA for 27b7997
Browse repository at this point
Update warning
t-muser
committed
db97f2f
View commit details
Copy full SHA for db97f2f
Browse repository at this point
Commits on Jun 2, 2025
remove unnecessary random state storing
t-muser
committed
c173898
View commit details
Copy full SHA for c173898
Browse repository at this point
Remove unnecessary import
t-muser
committed
d413b76
View commit details
Copy full SHA for d413b76
Browse repository at this point
Add a `.random_sample` function to the optimizer
t-muser
committed
21d9aeb
View commit details
Copy full SHA for 21d9aeb
Browse repository at this point
You can’t perform that action at this time.