MANIFEST.in
README.md
setup.cfg
setup.py
examples/01_binary_problem.py
examples/02_multiclass_problem.py
examples/03_multiclass_one_hot_problem.py
examples/04_regression_problem.py
examples/__init__.py
examples/grid_search_example.py
examples/import_export_example.py
examples/use_trefle.py
trefle/__init__.py
trefle/trefle_classifier.py
trefle.egg-info/PKG-INFO
trefle.egg-info/SOURCES.txt
trefle.egg-info/dependency_links.txt
trefle.egg-info/not-zip-safe
trefle.egg-info/requires.txt
trefle.egg-info/top_level.txt
trefle/evo/__init__.py
trefle/evo/experiment/__init__.py
trefle/evo/experiment/base/__init__.py
trefle/evo/experiment/base/coco_experiment.py
trefle/evo/experiment/base/experiment.py
trefle/evo/experiment/coco/__init__.py
trefle/evo/experiment/coco/coco_couple.py
trefle/evo/experiment/coco/coco_individual.py
trefle/evo/experiment/coco/coco_individual_validator.py
trefle/evo/experiment/coco/fixed_size_bitarray_factory.py
trefle/evo/experiment/coco/native_coco_evaluator.py
trefle/evo/experiment/view/__init__.py
trefle/evo/experiment/view/coco_evolution_viewer.py
trefle/evo/helpers/__init__.py
trefle/evo/helpers/fis_individual.py
trefle/evo/helpers/fuzzy_labels.py
trefle/fitness_functions/__init__.py
trefle/fitness_functions/basic_fitness_functions.py
trefle/fitness_functions/output_thresholder.py
trefle/fuzzy_engine/__init__.py
trefle/fuzzy_engine/trefle_engine/__init__.py