├── README.md ├── algorithm ├── Genetic_Algorithm.py ├── evolutionary_strategies.py ├── greedy_algorithm.py └── random_search.py └── package ├── data.py └── imag_resize.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochilee/-Python-MOGA-MVRP/HEAD/README.md -------------------------------------------------------------------------------- /algorithm/Genetic_Algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochilee/-Python-MOGA-MVRP/HEAD/algorithm/Genetic_Algorithm.py -------------------------------------------------------------------------------- /algorithm/evolutionary_strategies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochilee/-Python-MOGA-MVRP/HEAD/algorithm/evolutionary_strategies.py -------------------------------------------------------------------------------- /algorithm/greedy_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochilee/-Python-MOGA-MVRP/HEAD/algorithm/greedy_algorithm.py -------------------------------------------------------------------------------- /algorithm/random_search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochilee/-Python-MOGA-MVRP/HEAD/algorithm/random_search.py -------------------------------------------------------------------------------- /package/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochilee/-Python-MOGA-MVRP/HEAD/package/data.py -------------------------------------------------------------------------------- /package/imag_resize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mochilee/-Python-MOGA-MVRP/HEAD/package/imag_resize.py --------------------------------------------------------------------------------