Class: Gsplat::Optim::Adam::Group

Inherits:
Data
  • Object
show all
Defined in:
lib/gsplat/optim/adam.rb

Overview

Immutable parameter-group configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#epsObject (readonly)

Returns the value of attribute eps

Returns:

  • (Object)

    the current value of eps



9
10
11
# File 'lib/gsplat/optim/adam.rb', line 9

def eps
  @eps
end

#lrObject (readonly)

Returns the value of attribute lr

Returns:

  • (Object)

    the current value of lr



9
10
11
# File 'lib/gsplat/optim/adam.rb', line 9

def lr
  @lr
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



9
10
11
# File 'lib/gsplat/optim/adam.rb', line 9

def name
  @name
end

#variableObject (readonly)

Returns the value of attribute variable

Returns:

  • (Object)

    the current value of variable



9
10
11
# File 'lib/gsplat/optim/adam.rb', line 9

def variable
  @variable
end