July Week II
- ConcurrentPyPush now supports simple async messaging (message is basically a list that can contain int or float). Screenshot: ConcurrentPush Code + console output
- PyPush has been forked for supporting concurrency (message passing). Currently multiple processes can be created. Each process gets to do a single reduction in each slice. Message passing is the next thing to be implemented. Image: Snapshot of code and console log
July Week I
------------------- Travel ----------------------
June Week IV
- An individual might have been created : Randomly (type=Ra), by Mutation (type=Mu), by Crossover (type=Cr) and by Cloning (type=C)
- Each individual has a link attribute that provides the link to its parent(s)
- Snapshots of generation tree (of successul individual)
June Week III
- Stats from a successful evolution run (error and code size of best individual in each generation):
June Week II
June Week I