Uses of Class
org.drip.function.r1tor1solver.BracketingControlParams
Package | Description |
---|---|
org.drip.function.r1tor1solver |
Built-in R1 To R1 Solvers
|
-
Uses of BracketingControlParams in org.drip.function.r1tor1solver
Methods in org.drip.function.r1tor1solver that return BracketingControlParams Modifier and Type Method Description BracketingControlParams
InitializationHeuristics. getCustomBCP()
Retrieve the Custom BCPMethods in org.drip.function.r1tor1solver with parameters of type BracketingControlParams Modifier and Type Method Description static InitializationHeuristics
InitializationHeuristics. FromBracketingCustomBCP(BracketingControlParams bcpCustom)
Construct an Initialization Heuristics Instance from Custom Bracketing Control ParametersConstructors in org.drip.function.r1tor1solver with parameters of type BracketingControlParams Constructor Description InitializationHeuristics(int iDeterminant, double dblSearchStartLeft, double dblSearchStartRight, double dblStartingBracketLeft, double dblStartingBracketRight, double dblStartingBracketMid, double dblBracketFloor, double dblBracketCeiling, BracketingControlParams bcpCustom)
Construct an Initialization Heuristics Instance from the set of Heuristics Parameters