├── Changelog ├── LICENSE ├── README.md ├── SISSO_Guide_v3.5.pdf ├── input_templates ├── SISSO.in ├── train.dat_classification ├── train.dat_classification_multitask ├── train.dat_regression └── train.dat_regression_multitask ├── src ├── DI.f90 ├── FC.f90 ├── FCse.f90 ├── SISSO.f90 ├── libsisso.f90 └── var_global.f90 └── utilities ├── Ionic_Radii ├── Readme ├── SISSO_predict.f90 ├── SISSO_predict_para ├── SVC.py ├── VarSelect_SISSO.py ├── af2traindat.f90 ├── atom_features ├── k-fold-cv.f90 ├── leave-percent-out-cv.f90 └── samplelist /Changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/Changelog -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/README.md -------------------------------------------------------------------------------- /SISSO_Guide_v3.5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/SISSO_Guide_v3.5.pdf -------------------------------------------------------------------------------- /input_templates/SISSO.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/input_templates/SISSO.in -------------------------------------------------------------------------------- /input_templates/train.dat_classification: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/input_templates/train.dat_classification -------------------------------------------------------------------------------- /input_templates/train.dat_classification_multitask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/input_templates/train.dat_classification_multitask -------------------------------------------------------------------------------- /input_templates/train.dat_regression: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/input_templates/train.dat_regression -------------------------------------------------------------------------------- /input_templates/train.dat_regression_multitask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/input_templates/train.dat_regression_multitask -------------------------------------------------------------------------------- /src/DI.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/src/DI.f90 -------------------------------------------------------------------------------- /src/FC.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/src/FC.f90 -------------------------------------------------------------------------------- /src/FCse.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/src/FCse.f90 -------------------------------------------------------------------------------- /src/SISSO.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/src/SISSO.f90 -------------------------------------------------------------------------------- /src/libsisso.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/src/libsisso.f90 -------------------------------------------------------------------------------- /src/var_global.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/src/var_global.f90 -------------------------------------------------------------------------------- /utilities/Ionic_Radii: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/Ionic_Radii -------------------------------------------------------------------------------- /utilities/Readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/Readme -------------------------------------------------------------------------------- /utilities/SISSO_predict.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/SISSO_predict.f90 -------------------------------------------------------------------------------- /utilities/SISSO_predict_para: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/SISSO_predict_para -------------------------------------------------------------------------------- /utilities/SVC.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/SVC.py -------------------------------------------------------------------------------- /utilities/VarSelect_SISSO.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/VarSelect_SISSO.py -------------------------------------------------------------------------------- /utilities/af2traindat.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/af2traindat.f90 -------------------------------------------------------------------------------- /utilities/atom_features: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/atom_features -------------------------------------------------------------------------------- /utilities/k-fold-cv.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/k-fold-cv.f90 -------------------------------------------------------------------------------- /utilities/leave-percent-out-cv.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/leave-percent-out-cv.f90 -------------------------------------------------------------------------------- /utilities/samplelist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rouyang2017/SISSO/HEAD/utilities/samplelist --------------------------------------------------------------------------------