MLOS
MLOS copied to clipboard
MLOS is a project to enable autotuning for systems.
 Change those default values to false to avoid unexpected behaviors.
Upstream now has the fixes for the issue we were running into: gaurav-nelson/github-action-markdown-link-check#88 gaurav-nelson/github-action-markdown-link-check#89 https://github.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/1.0.11 https://github.com/gaurav-nelson/github-action-markdown-link-check/releases/tag/v1
When defining an input space it is possible to pass a `random_state` argument. For example: ```python # Define random state RANDOM_SEED = 42 random_state = random.Random() random_state.seed(RANDOM_SEED) # Define spaces...
A Gaussian Blobl is used in test_optimization_with_context right now but it's an unstable test and it's unclear why. Pulling Gaussian Blob as a separate objective function would allow us to...
Update some documentation. Closes #194
After #183 we have anonymous shared memory support in Linux. - [ ] We need to finish polishing up the documentation to match. - [x] Also the `build/CMakeHelpers/CheckForMlosSharedMemories.sh`, `build/CMakeHelpers/RunTestsAndSharedMemChecks.sh`, and...
![Uploading test.gif…]()
When we `docker build` we include the `pip install` steps for getting the necessary Python dependencies. It would be cool if we also did that for the `dotnet restore` dependencies...
Breaking out from #6: It would be good to add code coverage checks and badges for that to the repo landing pages.