Home > @josh-brown/vector > CostFunction
A function that evaluates the cost of a set of parameters theta
Signature:
export type CostFunction = (theta: Vector) => Cost;Home > @josh-brown/vector > CostFunction
A function that evaluates the cost of a set of parameters theta
Signature:
export type CostFunction = (theta: Vector) => Cost;