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
- Host: GitHub
- URL: https://github.com/onesizefitsquorum/yugongoptimization
- Owner: OneSizeFitsQuorum
- License: apache-2.0
- Created: 2020-10-27T05:07:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T13:31:31.000Z (over 5 years ago)
- Last Synced: 2025-01-02T12:11:19.104Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)