-
Notifications
You must be signed in to change notification settings - Fork 2k
Genetic algorithm to fine tune strategy parameters #299
Conversation
…tegy. To run: `docker-compose up` `docker-compose exec server bash` `python zen/main.py <days> gdax.BTC-EUR`
…tegy. To run: `docker-compose up` `docker-compose exec server bash` `python zen/main.py gdax.BTC-EUR <days>`
…d as well as geneaology.
…d as well as geneaology.
fab backfill_local:"<selector>,<days>"
For activating append backfill at te end of commandline. Interval can be set in conf
Implement working dir as variable editable in conf.
Thank you all Do you know why happen like below?
|
Revert "Implement working dir as variable editable in conf."
Any suggestions why "docker-compose build" fails with this Dockerfile? It breaks on Step 4/17:
The error I get is:
Latest version of Debian Jessie, latest python, latest npm, latest Docker. Tried on ubuntu as well. |
It really shouldn't happen. Did you git pull the newest version? Somethings
not right with the last PR
…On Wed, Jun 28, 2017 at 7:22 PM Yroethiel ***@***.***> wrote:
Any suggestions why "docker-compose build" fails with this Dockerfile?
It breaks on Step 4/17:
RUN apt-get update && apt-get install -y --no-install-recommends tcl tk &&
rm -rf /var/lib/apt/lists/*
The error I get is:
ERROR: Service 'server' failed to build: the command '/bin/sh apt-get
update && apt-get install -y --no-install-recommends tcl tk && rm -rf
/var/lib/apt/lists/*' returned a non-zero code: 1
Latest version of Debian Jessie, latest python, latest npm, latest Docker.
Tried on ubuntu as well.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#299 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABBzGkq0Dt6AXObaduIlwQ74M9LelwcMks5sIovPgaJpZM4N8epK>
.
|
Yeah, has me confused as well. All cloned via git, using today's release. Same issue on the release from May 22. |
@arpheno i am getting this error inside docker ( i did backfill) Evaluating 10 individuals over 3 days in 2 partitions. |
What's the difference between elites and specialists in your selection algorithm? I understand the goal of the algorithm is to find the most profitable strategy parameters. So what is the criteria for "profitable" for elites and specialists? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@arpheno I would like to merge your PR, but there are still a few unhandled comments and things I would like to see changed.
The most important one, in my eyes, is that this should live in the /scripts/
folder and not touch so many other files that have relatively little to do with the proposed additions.
@arpheno That work? how soon you wanna solve problem of PR? |
Superseded by #598 |
I don't think it's in a state to be merged, but i'd like to have a discussion