@interface _CDPModelTuningState : NSObject @property (class, readonly) BOOL supportsSecureCoding; @property (nonatomic) int i; @property (nonatomic) int j; @property (nonatomic) float bestLogLambda; @property (nonatomic) float bestW0; @property (nonatomic) float bestScore; @property (nonatomic) float bestThreshold; @property (readonly, nonatomic) float progress; + (id)initialTuningState; - (void)encodeWithCoder:(id)a0; - (id)description; - (id)initWithCoder:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end