Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Major refactoring: bayex -> bojax #22

Merged
merged 14 commits into from
Feb 25, 2024
Merged

[WIP] Major refactoring: bayex -> bojax #22

merged 14 commits into from
Feb 25, 2024

Conversation

alonfnt
Copy link
Owner

@alonfnt alonfnt commented Jul 24, 2022

This refractor considerably minimizes the amount of code and focuses on correctness and performance.
It introduces a minimal Bayesian optimization code that can be expanded upon.

@alonfnt alonfnt changed the title Major refactoring: bayex -> bojax [WIP] Major refactoring: bayex -> bojax Jul 24, 2022
The previous version of the code was slow and would yield wrong results
due to a wrong assumption on the gaussian process. This version should
fix that, as well as minimize the number of compilations the code does
as it increases the size.

This is still a minimal implementation with plenty of space for
improvements, which can be added gradually and the codebase gets leaner.

Nevertheless, the code should work as expected now.
The images in the readme were too large and couldn't fit next to each other.
@alonfnt alonfnt self-assigned this Feb 25, 2024
@alonfnt alonfnt marked this pull request as draft February 25, 2024 12:09
@alonfnt alonfnt force-pushed the bojax branch 3 times, most recently from 96ed6ba to 833b79e Compare February 25, 2024 12:17
@alonfnt alonfnt marked this pull request as ready for review February 25, 2024 12:39
@alonfnt alonfnt merged commit 3ecab29 into main Feb 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant