Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodeReclaimers/neat-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
Loading
...
head repository: bennr01/neat-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Loading
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 5 files changed
  • 2 contributors

Commits on Jul 9, 2017

  1. fix documentation

    the documentation of 'neat.parallel.ParallelEvolver' said that
    'eval_function' should take one argument (the genome), but it is
    called with two arguments(the genome and the config).
    bennr01 committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    fd24ff9 View commit details
    Browse the repository at this point in the history
  2. add test for neat.threaded.ThreadedEvaluator

    I have added a test for neat.threaded.ThreadedEvaluator based on the
    test for neat.parallel.ParallelEvaluator.
    bennr01 committed Jul 9, 2017
    Configuration menu
    Copy the full SHA
    8950183 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bb7616 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. add more tests

    bennr01 committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    17ec5bb View commit details
    Browse the repository at this point in the history
  2. improved docstrings; improved test

    i removed the test for checki if
    'neat.threaded.ThreadedEvaluator.__del__'  stops the threads. This is
    because __del__ is not always called and thus may result in false test
    results.
    bennr01 committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    30cc8ce View commit details
    Browse the repository at this point in the history
  3. travis-ci: now use pypy3.5-5.8.0 instead of pypy3

    I have changed travis.yml to use `pypy3.5-5.8.0` instead of `pypy3`.
    Travis uses an outdated version of `pypy3`.
    `pypy3.5-5.8.0` contains some fixes for multithreaded scripts, which *may* fix the bug in the travic-ci build for `neat.threaded.ThreadedEvaluator`.
    bennr01 authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    e3fe765 View commit details
    Browse the repository at this point in the history
  4. travis-ci: explicitly set pypy3 version to pypy3.5-5.8.0

    travis-ci: explicitly set pypy3 version to `pypy3.5-5.8.0`
    bennr01 authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    944a332 View commit details
    Browse the repository at this point in the history
  5. add test; enforce pypy3.5-5.8.0 on travis-ci

    travis-ci uses an outdated `pypy3`, which contains a bug when using multiple threads. This causes some test to fail on `pypy3`.
    Replacing `pypy3` with `pypy3.5-5.8.0` in `.travis.yml` fixes the tests.
    
    I also added another test for general functionality of `neat.threaded.ThreadedEvaluator`.
    bennr01 authored Jul 10, 2017
    Configuration menu
    Copy the full SHA
    a8afafa View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.