Package frc.robot.math.opt
Class BFGS
java.lang.Object
frc.robot.math.opt.BFGS
Broyden-Fletcher-Goldfarb-Shanno optimizer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledouble[]intintdouble[]booleanvoidFind the minimum of a functionvoidFind the minimum of a functionvoidFind the minimum of a functiontoString()
-
Constructor Details
-
BFGS
public BFGS()
-
-
Method Details
-
optimize
Find the minimum of a function -
optimize
Find the minimum of a function -
optimize
Find the minimum of a function -
getItrNum
public int getItrNum() -
getFuncMin
public double getFuncMin() -
getOptValue
public double[] getOptValue() -
getGradNorm
public double[] getGradNorm() -
getNumFunctionCalls
public int getNumFunctionCalls() -
isSuccess
public boolean isSuccess() -
toString
-