aup.Proposer.SequenceProposer¶
Sequence proposer of the parameters
Configuration¶
General parameters¶
Name |
Explanation |
---|---|
proposer |
sequence |
Specific parameters for parameter_config
¶
Name |
Explanation |
---|---|
name |
name of the variable, will be used in the job config, i.e. training code |
type |
type of the parameter to be sampled: choose from “float”,”int”,”choice” |
range |
range of the parameter. For “choice”, list all the feasible values |
interval |
interval of sequence, default of 1 for int and float; overwrite n |
n |
number of samples for this variable, will compute interval; >=2 |