learnRateStrategy property

String? learnRateStrategy
getter/setter pair

The strategy to determine learn rate for the current iteration. Possible string values are:

  • "LEARN_RATE_STRATEGY_UNSPECIFIED" : Default value.
  • "LINE_SEARCH" : Use line search to determine learning rate.
  • "CONSTANT" : Use a constant learning rate.

Implementation

core.String? learnRateStrategy;