Skip to content

Commit

Permalink
edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertz4 committed Jul 3, 2024
1 parent d015b41 commit 560b466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapol/fit_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def get_weight(
else:
prob = cp.Problem(cp.Minimize(sum(Gfit)))
prob.solve(solver="SCS", verbose=False, eps=eps)
# todo: add options for mosek
# MOSEK parameters
# mosek_params_dict = {"MSK_DPAR_INTPNT_CO_TOL_PFEAS": 1.e-8,\
# "MSK_DPAR_INTPNT_CO_TOL_DFEAS": 1.e-8,
# "MSK_DPAR_INTPNT_CO_TOL_REL_GAP": 1.e-8,
Expand Down

0 comments on commit 560b466

Please sign in to comment.