Suppress R output
回答済みHi Everyone,
I'm a new user of gurobi. I'm using the gurobi R package for my study. I'm wondering if there is a way to suppress the output. I'm using the ADMM algorithm to find sparse precision matrices for very large matrices. The gurobi function prints output for each element of the matrix which is very inconvenient for me to track on my function progress. If anyone knows how to suppress the output in R, please help me with it.
Thanks.
Best
0
-
正式なコメント
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi!
To suppress the output you may use the OutputFlag parameter:
params <- list(OutputFlag=0)
Cheers,
Matthias0
投稿コメントは受け付けていません。
コメント
2件のコメント