An open API service indexing awesome lists of open source software.

https://github.com/fengliwu/fresh_produce_distribution_route_optimization

A solution to fresh produce distribution VRPTW based on improved genetic algorithm
https://github.com/fengliwu/fresh_produce_distribution_route_optimization

genetic-algorithm operations-research

Last synced: 8 months ago
JSON representation

A solution to fresh produce distribution VRPTW based on improved genetic algorithm

Awesome Lists containing this project

README

          

# Fresh_Produce_Distribution_Route_Optimization

## Description
A solution to fresh produce distribution VRPTW based on improved genetic algorithm

## Project Structure
```
Fresh Produce Distribution Route Optimization
├── data/
| └── data.xlsx
├── src/
| ├── Cross.m
| ├── fit.m
| ├── initpop.m
| ├── main.m
| ├── Mutate.m
| ├── OutputResult.m
| ├── README.md
| ├── Reins.m
| ├── Reverse.m
| ├── Select.m
| ├── timepunish.m
| └── Tsp2Vrp.m
├── result preview/
| ├── Improved_algorithm_result.fig
| └── Traditional_algorithm_result.fig
└── README.md
```

Feel free to open issues and pull requests to contribute!