Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 1.1 KB

README.md

File metadata and controls

11 lines (6 loc) · 1.1 KB

Developer Guide

The Vega framework components are decoupled and the registration mechanism is used to combine functional components to facilitate function and algorithm expansion. For details about the Vega architecture and main mechanisms, see Developer Guide.

You can also refer to Quick Start Guide to implement a simple CNN network search function and quickly enter Vega application development.

During Vega application development, the first problem encountered is how to import service data sets to Vega. For details, see Datasets Guide.

For different algorithms, see Algorithm Development Guide. You can add new algorithms to Vega step by step based on the examples provided in this document.

In most Automl algorithms, the search space and network are strongly correlated. We will try to unify the definition of search space so that the same search space can adapt to different search algorithms. This is called Fine-grained Search Space Guide. Welcome to use this method.