サブロウ丸

Sabrou-mal サブロウ丸

主にプログラミングと数学

2023-02-01から1ヶ月間の記事一覧

Pythonでのメモリリークデバッグ: 実践的なノウハウとテクニック

Pythonプログラムを実行していると、メモリ使用量が突然増加することに気付いたことはありませんか?想定よりも大量のメモリが消費される状況に直面した場合、通常疑われるのはメモリリークです。 メモリリークは、不要になったにも関わらず削除されずに残っ…

git: 'subtree' is not a git command

この記事を参考にしました。sudo権限がないので自分のホームディレクトリにusrディレクトリを作成してそこで作業していtます。 cd ~/usr/source/ git clone https://github.com/git/git.git cd git/contrib/subtree/ vim Makefile # (詳細は下記) make make …

GUROBI solver tips

緩和問題について https://support.gurobi.com/hc/en-us/community/posts/360077249052-Root-relaxation-objective-value-is-different-from-the-objective-value-from-continuous-model 混合整数計画問題のルート緩和は、単純な緩和問題(変数をすべて連続に…

サーベイ: An improved generalized conjugate residual squared (IGCRS2) algorithm suitable for distributed parallel computing

@article{zhang2015improved, title={An improved generalized conjugate residual squared (IGCRS2) algorithm suitable for distributed parallel computing}, author={Zhang, Li-Tao and Dong, Xiao-Na and Gu, Tong-Xiang and Zuo, Xian-Yu and Liu, Xin…