NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm class final

The available types of multi-trial algorithms.

Inheritance
  • Object
  • ProtoEnum
  • NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotDefault bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

$default → const NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm
The default value for NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm.
gridSearch → const NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm
The Grid Search Algorithm for Multi-trial Neural Architecture Search (NAS).
multiTrialAlgorithmUnspecified → const NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm
Defaults to REINFORCEMENT_LEARNING.
reinforcementLearning → const NasJobSpec_MultiTrialAlgorithmSpec_MultiTrialAlgorithm
The Reinforcement Learning Algorithm for Multi-trial Neural Architecture Search (NAS).