Skip to content

Commit

Permalink
MM Solver - Revert Robsut Loss Type to Trival
Browse files Browse the repository at this point in the history
This change is made for backwards compatiblity with v0.3.x.

In tests, this value improves overall quality of the solve, but we want
to maintain backwards compatiblity.
  • Loading branch information
david-cattermole committed Feb 5, 2023
1 parent 1d58123 commit 95b6190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mmSolver/_api/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@
ROBUST_LOSS_TYPE_CAUCHY_VALUE,
]

ROBUST_LOSS_TYPE_DEFAULT_VALUE = ROBUST_LOSS_TYPE_CAUCHY_VALUE
ROBUST_LOSS_TYPE_DEFAULT_VALUE = ROBUST_LOSS_TYPE_TRIVIAL_VALUE


# Standard Solver Default Values
Expand Down

0 comments on commit 95b6190

Please sign in to comment.