Skip to content

Commit d4c4396

Browse files
author
camilo
committed
doc update
1 parent dd9edec commit d4c4396

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

check/qlibs_cpp_test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ void test_fis( void )
196196

197197

198198
tipper << service << 1 << food << 9;
199+
199200
tipper.fuzzify();
200201
if ( tipper.inference() ) {
201202
tipper.deFuzzify();

doc/qfis.dox

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,20 @@
407407
* }
408408
* @endcode
409409
*
410+
*
411+
* @section qfis_codegen Code generation
412+
*
413+
* Building a fuzzy system in code can become tedious, especially when you want
414+
* to tune membership function parameters. It would be appropriate to have a
415+
* graphical tool that reflects the changes made by each tweak.
416+
*
417+
* Although the FIS engine does not provide such a tool, a well-known tool,
418+
* MATLAB's Fuzzy Logic Toolbox, can be used to desig and build the fuzzy system.
419+
* What qLibs++ does provide is a command-line tool that can be used to take a FIS file
420+
* generated by MATLAB and generate C++ code based on the FIS engine.
421+
*
422+
* Download the C++-Code generator here:
423+
*
424+
* <a href="https://github.com/kmilo17pet/fiscodegen/releases/tag/0.1.2"><img src="https://img.shields.io/badge/download-github-from?logo=github"></a>
425+
*
410426
*/

0 commit comments

Comments
 (0)