Created
February 24, 2019 23:18
-
-
Save kaievns/30e4a121d6554e3d12c3293ca298700d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/- kicks in the process | |
+--------+ | |
HTTP -> | kicker | | |
+--------+ | |
| | |
V /- tracks generations | |
+--------+ | |
*--->| looper | | |
| +--------+ | |
| | | |
| V /- creates new population | |
| +----------+ | |
| | populate | | |
| +----------+ | |
| | | |
| V /- kicks in calculations batch and collects results | |
| +-----------+ | |
| | aggregate |--+---+---+....+ | |
| +-----------+ | | | | | |
| | V | | | | |
\________/ *------V---|----|-----* | |
| *--------V----|-------* | |
* | *-----------V---------* | |
* | *---------------------* | |
* | calculate score | | |
*---------------------* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment