MetalogLPSolver

constructor(initialRelativeFloor: Double = DEFAULT_INITIAL_RELATIVE_FLOOR, maxEscalations: Int = DEFAULT_MAX_ESCALATIONS, maxIterations: Int = DEFAULT_MAX_ITERATIONS, constraintStep: Double = DEFAULT_CONSTRAINT_STEP, constraintTailDecades: Int = DEFAULT_CONSTRAINT_TAIL_DECADES)(source)

Parameters

initialRelativeFloor

the first derivative floor, as a fraction of the response spread

maxEscalations

how many times the floor may be raised before giving up

maxIterations

the iteration cap handed to the simplex solver