COPYING
MANIFEST.in
README.md
example.py
pyproject.toml
Platypus_Opt.egg-info/PKG-INFO
Platypus_Opt.egg-info/SOURCES.txt
Platypus_Opt.egg-info/dependency_links.txt
Platypus_Opt.egg-info/requires.txt
Platypus_Opt.egg-info/top_level.txt
docs/algorithms.rst
docs/conf.py
docs/experimenter.rst
docs/getting-started.rst
docs/index.rst
docs/requirements.txt
docs/images/figure_1.png
docs/images/figure_2.png
examples/comparison.py
examples/constrained_problem_1.py
examples/constrained_problem_2.py
examples/custom_problem_1.py
examples/custom_problem_2.py
examples/example_permutation.py
examples/experimenter.py
examples/experimenter_parallel.py
examples/indicator.py
examples/knapsack.py
examples/plot_operators.py
examples/problem_with_arguments.py
examples/simple.py
examples/simple_indicators.py
examples/simple_mpi.py
examples/simple_parallel.py
examples/simple_plot.py
examples/submit_mpi.pbs
examples/tsp.py
platypus/__init__.py
platypus/algorithms.py
platypus/config.py
platypus/core.py
platypus/evaluator.py
platypus/experimenter.py
platypus/indicators.py
platypus/mpipool.py
platypus/operators.py
platypus/problems.py
platypus/tools.py
platypus/types.py
platypus/weights.py
platypus/tests/__init__.py
platypus/tests/test_algorithms.py
platypus/tests/test_core.py
platypus/tests/test_indicators.py
platypus/tests/test_operators.py
platypus/tests/test_problems.py
platypus/tests/test_tools.py