gyx v0.1.1 Gyx.Core.Spaces.Discrete

This space represents a set of n discrete options. Thus, this space is represented by the number n of available enumerable options. Such options are assumed to be {0,1,...,n-1}.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Gyx.Core.Spaces.Discrete{
  n: integer(),
  random_algorithm: :exrop | :exs1024 | :exs1024s | :exs64 | :exsp | :exsplus,
  seed: {integer(), integer(), integer()}
}