├── LICENSE ├── Main.m ├── README.md ├── ionosphere.mat ├── jFitnessFunction.m ├── jSSA.m └── jSSA2.m /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JingweiToo/Salp-Swarm-Algorithm-for-Feature-Selection/HEAD/LICENSE -------------------------------------------------------------------------------- /Main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JingweiToo/Salp-Swarm-Algorithm-for-Feature-Selection/HEAD/Main.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JingweiToo/Salp-Swarm-Algorithm-for-Feature-Selection/HEAD/README.md -------------------------------------------------------------------------------- /ionosphere.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JingweiToo/Salp-Swarm-Algorithm-for-Feature-Selection/HEAD/ionosphere.mat -------------------------------------------------------------------------------- /jFitnessFunction.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JingweiToo/Salp-Swarm-Algorithm-for-Feature-Selection/HEAD/jFitnessFunction.m -------------------------------------------------------------------------------- /jSSA.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JingweiToo/Salp-Swarm-Algorithm-for-Feature-Selection/HEAD/jSSA.m -------------------------------------------------------------------------------- /jSSA2.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JingweiToo/Salp-Swarm-Algorithm-for-Feature-Selection/HEAD/jSSA2.m --------------------------------------------------------------------------------