Skip to content

ParamDescriptor

struct · namespace Hazel

Describes an accepted parameter for an MDP component. Used in capability manifests so training frameworks know what parameters a component accepts and their valid ranges.

public struct ParamDescriptor

Constructors

ParamDescriptor(string, string, string, float, float, bool)

public ParamDescriptor(string type, string defaultValue, string description, float rangeMin = 0f, float rangeMax = 0f, bool hasRange = false)

Fields

Field Description
public string DefaultValue
public string Description
public bool HasRange
public float RangeMax
public float RangeMin
public string Type

Source: Hazel/Learn/MdpComponent.cs