Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
30000 個の変数と 1700 個の制約を使用してモデルを最適化しようとしていますが、さらに制約を加えるとこのエラーが発生します。
n<-lp ("max", f.obj, f.con, f.dir, f.rhs)$solution Error: cannot allocate vector of size 129.9 Mb
私は勝利32ビット、2GBのRAMで働いています。大規模なデータセットを使用してモデルを操作および最適化するにはどうすればよいですか?