Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 714 Bytes

README-en.md

File metadata and controls

30 lines (25 loc) · 714 Bytes

Genetic Algorithm by @arpheno

For context:

On your host:

$ docker-compose up
$ docker-compose exec server bash

On docker host (or without docker):

$ fab backfill_local:<days>
$ cd scripts/genetic_algo
$ python -m scoop main.py <product> <days> <individuals> <strategy>

example:

$ fab backfill_local:5
$ cd scripts/genetic_algo
$ python -m scoop main.py BTC-CUR 3

Important: before usage, create directory scripts/genetic_algo/logs/hof