├── CreateGraph.m ├── CreateModel.m ├── PlotSolution.m ├── README.md ├── RouletteWheelSelection.m ├── TourLength.m ├── aco.m └── main.m /CreateGraph.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/CreateGraph.m -------------------------------------------------------------------------------- /CreateModel.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/CreateModel.m -------------------------------------------------------------------------------- /PlotSolution.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/PlotSolution.m -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/README.md -------------------------------------------------------------------------------- /RouletteWheelSelection.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/RouletteWheelSelection.m -------------------------------------------------------------------------------- /TourLength.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/TourLength.m -------------------------------------------------------------------------------- /aco.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/aco.m -------------------------------------------------------------------------------- /main.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MUmarJaved/Optimized_Leach/HEAD/main.m --------------------------------------------------------------------------------