ObjectiveFunction.gradient¶ abstract ObjectiveFunction.gradient(weights)[소스]¶ Computes gradients of this objective function given weights. 매개변수 weights (ndarray) – an array of weights to be used in the objective function. 반환 형식 ndarray 반환 Gradients of the function.