Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1013 Bytes

File metadata and controls

45 lines (33 loc) · 1013 Bytes

Fuzzy

Fuzzy Logic Framework

About

Abstraction of Fuzzy Logic Process (fuzzification, inference and defuzzification). The Inference engine was done for receive specialist data font externally and it has in its core the implementations of Mamdani´s inference method and Takagi Sugeno Kang´s inference method.

alt tag

Instalation

Depencencies

Development environment dependencies

  • phpqatools http://phpqatools.org/
  • PHPUnit 3.7.28
  • phpcpd 1.4.1
  • PHP_CodeSniffer 1.4.8
  • PHPMD 1.5.0
  • PHP_Depend 1.1.4
  • Jenkins 1.466.2
  • Phing 2.6.1
  • PHPIZE
  • XDebug

In the root directory. php composer.phar install

Continuous Integration

Edit the composer directory in the build.properties. composer.directory=PATH TO YOUR COMPOSER DIRECTORY

Local test: phing local-test

Build: phing build