LICENSE
MANIFEST.in
README.md
requirements.txt
requirements_freeze.txt
setup.py
test_requirements.txt
_static/Pipeline.png
_static/UML_classes.uxf
_static/asea.png
_static/decoder_class_diagram.svg
_static/individual-class-diagram.svg
_static/island_model_animation.gif
_static/problem_class_diagram.svg
_static/pytest_output.png
_static/top-level-class-diagram.svg
examples/ancillary_data_for_evaluate.ipynb
examples/random_walk_vs_ea.ipynb
examples/advanced/cgp.py
examples/advanced/coevolution.py
examples/advanced/custom_stopping_condition.py
examples/advanced/external_simulation.py
examples/advanced/island_model.py
examples/advanced/landscape_features.ipynb
examples/advanced/multitask_island_model.py
examples/advanced/neural_network_cartpole.py
examples/advanced/pitt_rules_cartpole.py
examples/advanced/real_rep_with_diversity_metrics.py
examples/advanced/segmented_representations.ipynb
examples/distributed/simple_async_distributed.ipynb
examples/distributed/simple_async_distributed.py
examples/distributed/simple_sync_distributed.ipynb
examples/distributed/simple_sync_distributed.py
examples/simple/int_rep.py
examples/simple/jupyter_plotting.ipynb
examples/simple/simple.py
examples/simple/simple_distrib.py
examples/simple/simple_ep.py
examples/simple/simple_es.py
examples/simple/simple_ev.py
examples/simple/simple_ga.py
examples/simple/simple_pipeline.ipynb
leap_ec/__init__.py
leap_ec/__version__.py
leap_ec/algorithm.py
leap_ec/data.py
leap_ec/decoder.py
leap_ec/global_vars.py
leap_ec/individual.py
leap_ec/ops.py
leap_ec/parsimony.py
leap_ec/probe.py
leap_ec/problem.py
leap_ec/representation.py
leap_ec/simple.py
leap_ec/statistical_helpers.py
leap_ec/util.py
leap_ec.egg-info/PKG-INFO
leap_ec.egg-info/SOURCES.txt
leap_ec.egg-info/dependency_links.txt
leap_ec.egg-info/requires.txt
leap_ec.egg-info/top_level.txt
leap_ec/binary_rep/__init__.py
leap_ec/binary_rep/decoders.py
leap_ec/binary_rep/initializers.py
leap_ec/binary_rep/ops.py
leap_ec/binary_rep/problems.py
leap_ec/contrib/__init__.py
leap_ec/contrib/analysis.py
leap_ec/contrib/transfer/__init__.py
leap_ec/contrib/transfer/sequential.py
leap_ec/distrib/__init__.py
leap_ec/distrib/asynchronous.py
leap_ec/distrib/evaluate.py
leap_ec/distrib/individual.py
leap_ec/distrib/logger.py
leap_ec/distrib/probe.py
leap_ec/distrib/synchronous.py
leap_ec/executable_rep/__init__.py
leap_ec/executable_rep/cgp.py
leap_ec/executable_rep/executable.py
leap_ec/executable_rep/neural_network.py
leap_ec/executable_rep/problems.py
leap_ec/executable_rep/rules.py
leap_ec/int_rep/__init__.py
leap_ec/int_rep/initializers.py
leap_ec/int_rep/ops.py
leap_ec/landscape_features/__init__.py
leap_ec/landscape_features/exploratory.py
leap_ec/real_rep/__init__.py
leap_ec/real_rep/initializers.py
leap_ec/real_rep/ops.py
leap_ec/real_rep/problems.py
leap_ec/segmented_rep/__init__.py
leap_ec/segmented_rep/decoders.py
leap_ec/segmented_rep/initializers.py
leap_ec/segmented_rep/ops.py
tests/__init__.py
tests/test_clone.py
tests/test_crossover.py
tests/test_evaluate.py
tests/test_examples.py
tests/test_inc_generation.py
tests/test_mutations.py
tests/test_ops.py
tests/test_parsimony.py
tests/test_probe.py
tests/test_problem.py
tests/test_selection.py
tests/test_statistical_helpers.py
tests/int_rep/__init__.py
tests/int_rep/test_initializers.py
tests/int_rep/test_ops.py
tests/segmented_rep/__init__.py
tests/segmented_rep/test_initializers.py
tests/segmented_rep/test_ops.py