Table of Contents

Class SearchSpaceBase<T>

Namespace
AiDotNet.AutoML.SearchSpace
Assembly
AiDotNet.dll

Defines the search space for neural architecture search.

public class SearchSpaceBase<T>

Type Parameters

T

The numeric type for calculations

Inheritance
SearchSpaceBase<T>
Derived
Inherited Members

Properties

InputChannels

Number of input channels.

public int InputChannels { get; set; }

Property Value

int

MaxNodes

Maximum number of nodes in the architecture.

public int MaxNodes { get; set; }

Property Value

int

Operations

Available operations for the search.

public List<string> Operations { get; set; }

Property Value

List<string>

OutputChannels

Number of output channels.

public int OutputChannels { get; set; }

Property Value

int