Skip to content
/ trefle Public

Trefle is a scikit-learn compatible estimator implementing the FuzzyCoCo algorithm that uses a cooperative coevolution algorithm to find and build interpretable fuzzy systems.

License

Notifications You must be signed in to change notification settings

krypty/trefle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFUGE

TODO

Get the sources

note: currently a GNU/Linux machine is required

git clone --recurse-submodules XXX
cd pyfuge/py_fiseval/FISEval
make prepare
make
make test

Build sources on Linux

Follow Get the sources section and do:

python setup.py build
python setup.py install
python setup.py test

Then you can try to run an evolution with:

from pyfuge.evo.examples import evo_cancer
evo_cancer.run_with_simple_evo()

About

Trefle is a scikit-learn compatible estimator implementing the FuzzyCoCo algorithm that uses a cooperative coevolution algorithm to find and build interpretable fuzzy systems.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published