Skip to content

tianyi-wu/The-New-algorithm-for-Structure-Sparsity

Repository files navigation

Required Dependencies:
Numpy
Scipy
Cython

Building:
For performance, the inner loop is written using cython. It needs to be compiled before use. The command is:
python setup.py build_ext --inplace

Running:
For a simple test on a synthetic test problem, run:
python test_scale_free.py


About

分解アルゴリズムによる近接勾配法のアルゴリズムとスケールフリーネットワークの数値実験

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages