Class that represents a factory of learning rate functions
Subroutine to create the instances of learning rate functions
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(factory_learning_rate_function) | :: | factory |
A |
|||
character(len=*) | :: | type_ |
A character string with the type of learning rate function to be instantiated |
|||
class(learning_rate_function_base), | allocatable | :: | learning_rate_fn |
A |
type :: factory_learning_rate_function !! Class that represents a factory of learning rate functions contains procedure,public :: create_learning_rate_fn end type factory_learning_rate_function