Skip to content

Meeting Notes

John Hu edited this page May 25, 2017 · 14 revisions

May 23th, 2017

Discussion items:

  • sync changes
  • rehearsal
    • two bugs found
      • elitism mode is not working
      • server doesn't response anything if we use large parameter of elitism mode

Place: 丹堤咖啡

April 28th, 2017

Discussion items:

  • Task assignment:
    • @kilikkuo: updates getting started, readme.md to have more information and AMD driver installation.
    • @john-hu: write a tutorial with a new example.
  • Future roadmap:

Place: Queen Coffee【慢。輕食。鬆餅】

April 7th, 2017

Discussion items:

  • What's the correct Python syntax?
    • space

      # Sample of space for { }
      # 1. We should leave a space after { and before }. If we have double }}, we don't need to add extra space between two }}.
      self.__send({ "type": "workerLost",
                    "dataValue": { "worker": self.uuid }})
    • max characters of a single line: 80

      # If a line is too long, we should wrap the line at separator or operator, like:
      self.__send({ "type": "workerLost",
                    "dataValue": { "worker": self.uuid }})
      
      a = veryveryveryveryveryveryveryveryverylong +
          veryveryveryveryveryshort
    • single quote or double quote: single quote

    • python doc syntax:

  • Who and how to implement unfinished features?
    • ark mode -- extinction -- ==> John Hu #30
    • replication mode -- Elitism -- ==> Kilik Kuo #31
    • all features should export parameters to ocl_ga options.
  • How to host UI source code and production code?
    • source code should be moved to another repo. #32
    • production code should be in OpenCLGA repo. #33
  • Recently changes discussion
    • python
    • ui