Skip to content

Iteratively variable subset optimization (IVSO), a MATLAB algorithm. Here is the conversion of Python code.

Notifications You must be signed in to change notification settings

Cooper2317/IVSO_to_python

Repository files navigation

IVSO_to_python

IVSO_matlab_to_python.py

Iteratively variable subset optimization (IVSO), a MATLAB algorithm. Here is the conversion of Python code.
迭代变量子集优化(IVSO),一种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 IVSO Matlab algorithm.
附带IVSO matlab算法的原始代码。

IVSO_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

Iteratively variable subset optimization (IVSO), a MATLAB algorithm. Here is the conversion of Python code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages