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/conf.py
docs/experimenter.rst
docs/getting-started.rst
docs/index.rst
docs/images/figure_1.png
docs/images/figure_2.png
examples/constrained_problem_class.py
examples/constrained_problem_function.py
examples/custom_problem_class.py
examples/custom_problem_function.py
examples/experimenter.py
examples/experimenter_parallel.py
examples/experimenter_plot.py
examples/knapsack.py
examples/logging_example.py
examples/parallel_mpi.py
examples/parallel_multiprocess.py
examples/particle_swarm.py
examples/performance_indicators.py
examples/permutation.py
examples/plot_operators.py
examples/plot_results.py
examples/print_results.py
examples/problem_with_arguments.py
examples/runtime_plot.py
examples/save_results_json.py
examples/submit_mpi.pbs
examples/tsp.py
platypus/__init__.py
platypus/_math.py
platypus/_tools.py
platypus/algorithms.py
platypus/config.py
platypus/core.py
platypus/distance.py
platypus/errors.py
platypus/evaluator.py
platypus/experimenter.py
platypus/filters.py
platypus/indicators.py
platypus/io.py
platypus/mpipool.py
platypus/operators.py
platypus/problems.py
platypus/types.py
platypus/weights.py
platypus/tests/__init__.py
platypus/tests/test_algorithms.py
platypus/tests/test_config.py
platypus/tests/test_core.py
platypus/tests/test_distance.py
platypus/tests/test_filters.py
platypus/tests/test_indicators.py
platypus/tests/test_io.py
platypus/tests/test_math.py
platypus/tests/test_operators.py
platypus/tests/test_problems.py
platypus/tests/test_tools.py
platypus/tests/test_types.py