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

https://github.com/onesizefitsquorum/yugongoptimization

An genetic algorithm trying to optimize cross-domain network traffic
https://github.com/onesizefitsquorum/yugongoptimization

Last synced: about 2 months ago
JSON representation

An genetic algorithm trying to optimize cross-domain network traffic

Awesome Lists containing this project

README

          

## Content
Open-Style Practice for Big Data System : intelligent scheduling in cross-regional multi-center system

## Prerequisite
* Python3
* Jupyter
* [Jupyter Remote Access](https://www.jianshu.com/p/9a0177a197ae)(For cloud server mode)

## Usage
```
> git clone https://github.com/LebronAl/YugongOptimization
> cd YugongOptimization
> mv the-dir-of-data-files/* ./data
> pip3 install -r requirements.txt
> nohup jupyter notebook &
run all cells in jupyter by browser
```

## Design
[DesignDoc-zN](https://shimo.im/docs/cDrjTrCQgVjg3gdc/)