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.