Closed Nikoleta-v3 closed 7 years ago
The structure I aim for is this:
. |--- src/axelrod-dojo |--- archetypes |--- ann_evolve.py |--- fsm.py |--- fsm_evolve.py |--- hmm_evolve.py |--- lookup_evolve.py |--- pso_evovle.py |--- init.py |---optimisation_algorithms |--- genetic_algorithm.py |--- swarm_algorithm.py |--- analyze_data.py |--- archetype.py # contains the class for the archetypes |--- __init__.py |--- utils # contains several function which are being used by the evolutionary algorithms |--- version.py |--- tests |--- test_archetypes |--- test_ann_evolve.py |--- test_fsm.py |--- test_fsm_evolve.py |--- test_hmm_evolve.py |--- test_lookup_evolve.py |--- test_pso_evovle.py |--- test_optimisation_algorithms |--- test_genetic_algorithm.py |--- test_swarm_algorithm.py |--- unit |--- test_archetype.py |--- test_utils.py |--- integration |--- LICENSE.txt |--- lookup_tables.csv |--- README.md |--- requirements.txt |--- setup.py
Note that fsm and fms_evolve will be squashed together at the end.
fsm
fms_evolve
I moved everything and made sure that the old testes were running. For tomorrow all the archetypes are tested.
This to discuss:
parse_repr
pso_algorithm
Reading the paper on the truck scheduling and your work to familiarise myself with cooperative game theory. me doing literature review
I have 4 talks/lightning talks coming up:
I worked on my talks and made some slides that were needed.
such as EuroScipy?
Yup.
Justification for Facebook Symp: https://docs.google.com/document/d/1lszVZZdLAV4DSMuhTks1LxGuQL09I3nkDCfiDyGcG6c/edit?usp=sharing
Rhino work is done.
Rhino work is not done.
Dojo-work
The structure I aim for is this:
Note that
fsm
andfms_evolve
will be squashed together at the end.I moved everything and made sure that the old testes were running. For tomorrow all the archetypes are tested.
This to discuss:
parse_repr
functions.pso_algorithm
Cooperative Game Theory
Reading the paper on the truck scheduling and your work to familiarise myself with cooperative game theory. me doing literature review
Talks
I have 4 talks/lightning talks coming up:
I worked on my talks and made some slides that were needed.
Blogs
Happy note
Need to