Metalog LPSolver
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
initial Relative Floor
the first derivative floor, as a fraction of the response spread
max Escalations
how many times the floor may be raised before giving up
max Iterations
the iteration cap handed to the simplex solver