Bandit Policy Args
data class BanditPolicyArgs(val delayEvaluation: Output<Int>? = null, val evaluationInterval: Output<Int>? = null, val policyType: Output<String>, val slackAmount: Output<Double>? = null, val slackFactor: Output<Double>? = null) : ConvertibleToJava<BanditPolicyArgs>
Defines an early termination policy based on slack criteria, and a frequency and delay interval for evaluation
Constructors
Properties
Link copied to clipboard
Number of intervals by which to delay the first evaluation.
Link copied to clipboard
Interval (number of runs) between policy evaluations.
Link copied to clipboard
Expected value is 'Bandit'.
Link copied to clipboard
Absolute distance allowed from the best performing run.
Link copied to clipboard
Ratio of the allowed distance from the best performing run.