Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

neat.distributed: use socket module instead of multiprocessing.managers #125

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Nov 23, 2017

  1. [WIP] distributed.py: replace multiprocessing.managers with socket

    Benjamin Vogt authored and Benjamin Vogt committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    05a86fd View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. [WIP] distributed: some fixes; commented out a few tests

    Benjamin Vogt authored and Benjamin Vogt committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    f0f40c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. [WIP] distributed.py: bugfixes; xor example now working

    Benjamin Vogt authored and Benjamin Vogt committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    f54396d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2907f8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d3ef6 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. [WIP] improve py3 compatibility; more tests

    Benjamin Vogt authored and Benjamin Vogt committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    cf1c4ba View commit details
    Browse the repository at this point in the history
  2. improve py3 compatibility

    Benjamin Vogt authored and Benjamin Vogt committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    dc61445 View commit details
    Browse the repository at this point in the history
  3. Merge 'distributed_socket'

    resolved Conflicts:
    	neat/distributed.py
    bennr01 committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    d466307 View commit details
    Browse the repository at this point in the history
  4. .travis.yml: remove travis_wait

    remove the travis_wait command.
    IIRC, this was once added to fix a few bugs with
    distributed+multiprocessing on travis.
    Since i want to completely fix distributed, these commands should no
    longer be required.
    This should improve the runtime of the tests and allow realtime output
    of travis.
    bennr01 committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    7038070 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3194419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46ab750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4eb8fb View commit details
    Browse the repository at this point in the history
  8. [WIP] distributed.py: make DistributedEvaluator pickleable; minor tes…

    …t improvements and fixes
    bennr01 committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    599c130 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a92b83 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69305ed View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. distributed: minor code cleanup

    Benjamin Vogt authored and Benjamin Vogt committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    0576b2c View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. distributed: improve coverage

    Benjamin Vogt authored and Benjamin Vogt committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    79bf626 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    c161f9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d3361 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26534fe View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. neat.distributed: improve host_is_local

    Benjamin Vogt authored and Benjamin Vogt committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    873eb56 View commit details
    Browse the repository at this point in the history
  2. neat.distributed: catch TypeError in host_is_local on pypy3

    Benjamin Vogt authored and Benjamin Vogt committed Feb 1, 2018
    Configuration menu
    Copy the full SHA
    0abead3 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    fbe2c0a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'distributed_socket' of github.com:bennr01/neat-python i…

    …nto distributed_socket
    bennr01 committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    4359e95 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. fix merge conflict

    bennr01 committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    2ed502b View commit details
    Browse the repository at this point in the history