File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff 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 ();
Original file line number Diff line number Diff line change 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*/
You can’t perform that action at this time.
0 commit comments