Interface BrentControlParam

Control for the Brent algorithm. Only some of these (or, indeed none of these) can be provided to Brent or fitBrent

Hierarchy

  • BrentControlParam

Properties

Properties

findMax: boolean

Search for the maximum, rather than the minimum

tolerance: number

The tolerance for the optimisation, used to guide the stopping criteria (see Brent)

Generated using TypeDoc