-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add preset builders to the default config (#290)
## 📝 Summary Currently, users need to manually configure block builders by writing out full builder configurations. However, there are only a limited number of meaningful builder configurations that make sense in practice and are allowed on the builder algos. Having users write custom configurations is unnecessary complexity when we can provide all the practical presets out of the box. This PR provides all the meaningful builder configurations as ready-to-use presets. Users can simply enable the builders they need instead of dealing with detailed configuration. This PR is backwards compatible, the users can still provide their own builder configurations. ## 💡 Motivation and Context <!--- (Optional) Why is this change required? What problem does it solve? Remove this section if not applicable. --> --- ## ✅ I have completed the following steps: * [x] Run `make lint` * [x] Run `make test` * [x] Added tests (if applicable)
- Loading branch information
Showing
2 changed files
with
42 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters