Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

a C++ implementation of the FuzzyCoCo algorithm.

License

NotificationsYou must be signed in to change notification settings

Lonza-RND-Data-Science/fuzzycoco

Repository files navigation

unit tests

codecov

Introduction

This is a C++ implementation of theFuzzyCoCo algorithm.It constructs systems that predict the outcome of a human decision-makingprocess while providing an understandable explanation of a possible reasoning leading to it.The constructed fuzzy systems are composed of rules and linguistic variables.For more information about the method, please refer to Prof. Carlos Andrés PeñaReyes' thesis entitled "Coevolutionary Fuzzy Modeling"(Fuzzy CoCo: a cooperative-coevolutionary approach to fuzzy modeling fromCarlos Andrés Peña-Reyes).

License

This fuzzycoco software is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See theLICENSE file for details.

Acknowledgements

This software is a complete rewrite of the FUGE-LC software by Karl Forner.The goals of this reimplementation were:

  • to remove the dependency to the Qt C++ framework
  • to make it easily testable (redesign guided by the TDD (Test Driven Methodology))
  • to make it usable as a library, so that it could be wrapped in dynamic languages such as R and Python
  • to remove the previously mandatory javascript execution script

FUGE-LC credits:

Contents

This repository provides:

  • a C++ library
    • suitable for wrapping the software in dynamic languages (TODO: cf Rfuzzycoco)
    • well tested
  • an executable that used the library to demo its features.
  • some tests, useful to show the input, parameters and output of the software.

documentation

About

a C++ implementation of the FuzzyCoCo algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp