Open vtjeng opened 8 months ago
Adding a margin would enable users to ensure that the target category has logits strictly larger than any non-target category, accounting for solver tolerances. For more details, see https://github.com/vtjeng/MIPVerify.jl/issues/158#issuecomment-1997804778.
margin
closest
worst
NOTE: This would partially undo https://github.com/vtjeng/MIPVerify.jl/pull/65.
Adding a
margin
would enable users to ensure that the target category has logits strictly larger than any non-target category, accounting for solver tolerances. For more details, see https://github.com/vtjeng/MIPVerify.jl/issues/158#issuecomment-1997804778.Sketch
margin
is applied in all solve modes (closest
;worst
).NOTE: This would partially undo https://github.com/vtjeng/MIPVerify.jl/pull/65.