Class SearchSpaceBase<T>
- Namespace
- AiDotNet.AutoML.SearchSpace
- Assembly
- AiDotNet.dll
Defines the search space for neural architecture search.
public class SearchSpaceBase<T>
Type Parameters
TThe numeric type for calculations
- Inheritance
-
SearchSpaceBase<T>
- Derived
- Inherited Members
Properties
InputChannels
Number of input channels.
public int InputChannels { get; set; }
Property Value
MaxNodes
Maximum number of nodes in the architecture.
public int MaxNodes { get; set; }
Property Value
Operations
Available operations for the search.
public List<string> Operations { get; set; }
Property Value
OutputChannels
Number of output channels.
public int OutputChannels { get; set; }