ObjectiveFunction.objective¶ abstract ObjectiveFunction.objective(weights)[ソース]¶ Computes the value of this objective function given weights. パラメータ: weights (ndarray) – an array of weights to be used in the objective function. 戻り値: Value of the function. 戻り値の型: float