Class: Mjai::Manue::Player::DahaiEval

Inherits:
Struct
  • Object
show all
Defined in:
lib/mjai/manue/player.rb

Instance Attribute Summary collapse

Instance Attribute Details

#cheapnessObject

Returns the value of attribute cheapness

Returns:

  • (Object)

    the current value of cheapness



16
17
18
# File 'lib/mjai/manue/player.rb', line 16

def cheapness
  @cheapness
end

#expected_pointsObject

Returns the value of attribute expected_points

Returns:

  • (Object)

    the current value of expected_points



16
17
18
# File 'lib/mjai/manue/player.rb', line 16

def expected_points
  @expected_points
end

#points_estimateObject

Returns the value of attribute points_estimate

Returns:

  • (Object)

    the current value of points_estimate



16
17
18
# File 'lib/mjai/manue/player.rb', line 16

def points_estimate
  @points_estimate
end

#prob_infoObject

Returns the value of attribute prob_info

Returns:

  • (Object)

    the current value of prob_info



16
17
18
# File 'lib/mjai/manue/player.rb', line 16

def prob_info
  @prob_info
end

#scoreObject

Returns the value of attribute score

Returns:

  • (Object)

    the current value of score



16
17
18
# File 'lib/mjai/manue/player.rb', line 16

def score
  @score
end