My research is about MIMO communication, so there are many antennas and the matrix dimension is very large, which makes Mosek a bit slow.
If I use the default Mosek settings, the code takes a long time to run. Therefore, I would like to adjust the Mosek settings appropriately to ensure the quality of the solution to a certain extent, while also reducing the code running time appropriately. However, I am not sure about the mutual influence between the following commands. Can you explain it?
Commands:
1. MSK_DPAR_INTPNT_CO_TOL_DFEAS,
2. MSK_DPAR_INTPNT_CO_TOL_INFEAS,
3. MSK_DPAR_INTPNT_CO_TOL_MU_RED,
4. MSK_DPAR_INTPNT_CO_TOL_NEAR_REL,
5. MSK_DPAR_INTPNT_CO_TOL_PFEAS,
6. MSK_DPAR_INTPNT_CO_TOL_REL_GAP
7. MSK_DPAR_INTPNT_TOL_DSAFE
8. MSK_DPAR_INTPNT_TOL_PSAFE
These commands can be viewed in the log, such as 'MSK_DPAR_INTPNT_CO_TOL_DFEAS----DFEAS' , 'MSK_DPAR_INTPNT_CO_TOL_MU_RED---MU', 'MSK_DPAR_INTPNT_CO_TOL_PFEAS----PFEAS', 'MSK_DPAR_INTPNT_CO_TOL_REL_GAP---GFEAS'.
However, other commands cannot be viewed in the log.
Therefore, when I set
commands , I am not very clear about how these
commands affect each other.