Skip to content

Variable Iterative Space Shrinkage Approach (VISSA), a MATLAB algorithm. Here is the conversion of Python code.

Notifications You must be signed in to change notification settings

Cooper2317/VISSA_to_python

Repository files navigation

VISSA_to_python

VISSA_to_python.py

Variable Iterative Space Shrinkage Approach (VISSA), a MATLAB algorithm. Here is the conversion of Python code.
可变迭代空间收缩法(VISSA),一种MATLAB算法。下面是Python代码的转换。

The only package I need is numpy, and I am using 1.26.4.
需要用到的唯一的包是numpy,我用的版本是1.26.4。

Compressed package containing the original code of VISSA Matlab algorithm.
附带VISSA matlab算法的原始代码。

VISSA_to_python_parallelComputing.py

Import the joblib package again and introduce parallel computing for independent and repetitive time-consuming areas, which consumes CPU resources.
再导入joblib包,独立重复耗时的地方引入并行计算,占用CPU资源。

About

Variable Iterative Space Shrinkage Approach (VISSA), a MATLAB algorithm. Here is the conversion of Python code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages