config

Description:
  • CONFIG: Hyper-parameters controlling the core selection mechanism behind Nomon.

Source:

CONFIG: Hyper-parameters controlling the core selection mechanism behind Nomon.

Members

(static) default_rotate_ind :number

Description:
  • Specifies the default rotation period on first load.

Source:

Specifies the default rotation period on first load.

Type:
  • number

(static) ideal_wait_s :number

Description:
  • Specifies the ideal time in seconds between frame updates.

Source:

Specifies the ideal time in seconds between frame updates.

Type:
  • number

(static) is_learning :boolean

Description:
  • Whether the user's click-time-distribution should be learned.

Source:

Whether the user's click-time-distribution should be learned.

Type:
  • boolean

(static) learn_delay :number

Description:
  • The number of selections to wait before adding prior clicks to the KDE.

Source:

The number of selections to wait before adding prior clicks to the KDE.

Type:
  • number

(static) num_divs_click :number

Description:
  • Specifies the number of histogram bins to use in the Kernel Density Estimation of the user's click-time-distribution estimate.

Source:

Specifies the number of histogram bins to use in the Kernel Density Estimation of the user's click-time-distribution estimate.

Type:
  • number

(static) period_li :Array.<number>

Description:
  • Array specifying the length of time in seconds for the available clock rotation periods

Source:

Array specifying the length of time in seconds for the available clock rotation periods

Type:
  • Array.<number>

(static) win_diff_base :number

Description:
  • Specifies the difference in probability that an option needs to be selected.

Source:

Specifies the difference in probability that an option needs to be selected.

Type:
  • number

(static) win_diff_high :number

Description:
  • Specifies difference in probability that the undo option needs to be selected.

Source:

Specifies difference in probability that the undo option needs to be selected.

Type:
  • number