-
Notifications
You must be signed in to change notification settings - Fork 486
Closed
Labels
area/suggestiongood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/featurepriority/p3
Description
katib has a extensible architecture and three search algorithms thanks to YujiOshima@:
- vizier-suggestion-random
- vizier-suggestion-grid
- vizier-suggestion-hyperband
And we could implement more algorithms based on the arch. It helps us to support more scenarios.
ref https://github.com/tobegit3hub/advisor#algorithms
- Random Search Algorithm
- 2x Random Search Algorithm
- Grid Search Algorithm
- Baysian Optimization
- Gaussian Process Bandit
- Batched Gaussian Process Bandits
- SMAC Algorithm
- CMA-ES Algorithm
- No Early Stop Algorithm
- Early Stop First Trial Algorithm
- Early Stop Descending Algorithm
- Performance Curve Stop Algorithm
- Median Stop Algorithm
- Latin hypercube sample (LHS)
/cc @ddutta
Metadata
Metadata
Assignees
Labels
area/suggestiongood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is neededkind/featurepriority/p3