Nikoleta-v3 / Thesis

A reposity for my PhD thesis
MIT License
0 stars 1 forks source link

Agenda 27-09-2017 #39

Closed Nikoleta-v3 closed 6 years ago

Nikoleta-v3 commented 6 years ago

Dojo-work

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.

I moved everything and made sure that the old testes were running. For tomorrow all the archetypes are tested.

This to discuss:

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

drvinceknight commented 6 years ago
Nikoleta-v3 commented 6 years ago

such as EuroScipy?

drvinceknight commented 6 years ago

Yup.

Nikoleta-v3 commented 6 years ago

Justification for Facebook Symp: https://docs.google.com/document/d/1lszVZZdLAV4DSMuhTks1LxGuQL09I3nkDCfiDyGcG6c/edit?usp=sharing

drvinceknight commented 6 years ago

Rhino work is done.

Sad note:

Rhino work is not done.