Search found 8 matches
- Sat Jun 24, 2023 1:36 pm
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
Re: fclLib - Fuzzy Control Language Library
Sorry, no. I can build for Windows and Ubuntu.
- Sat Jun 03, 2023 3:52 pm
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
Re: fclLib - Fuzzy Control Language Library
You're welcome ... any actual use cases where you would apply it ?
- Sat Apr 15, 2023 11:23 am
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
Re: fclLib - Fuzzy Control Language Library
Like an expet system (AI)?
OK, I will take a look, thanks :wink:
Not like AI ... it's for controlling things in a more dynamic way ...
typical examples are
- vehicle control, e.g. keep a vehicle on top of an hill
- watering system with dynamic water control
- inverse pendulum
- in games, e.g ...
- Thu Apr 13, 2023 7:41 pm
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
Re: fclLib - Fuzzy Control Language Library
Package updated:
- included a PB example and interface pbi file
- included LIB files for C linking
- updated readme.txt (some clarifications and explained the examples more)
- DLLs unchanged
- included a PB example and interface pbi file
- included LIB files for C linking
- updated readme.txt (some clarifications and explained the examples more)
- DLLs unchanged
- Wed Apr 12, 2023 8:40 am
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
Re: fclLib - Fuzzy Control Language Library
Yes, it's written in PB and released as DLLs. Right now just binaries are released.BarryG wrote: Tue Apr 11, 2023 10:26 pm Was this written in PureBasic? I couldn't find any source files (just the exe).
But stupid me, it's written in PB and I didn't include an example for PB (just C) ... will update that ...
- Wed Apr 12, 2023 8:38 am
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
Re: fclLib - Fuzzy Control Language Library
Have a look in the reference document for me here:Caronte3D wrote: Tue Apr 11, 2023 10:12 pm Like an expet system (AI)?
OK, I will take a look, thanks![]()
https://jfuzzylogic.sourceforge.net/doc ... _7_cd1.pdf
see specifically Annex A for an intro on the topic
- Tue Apr 11, 2023 8:21 pm
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
Re: fclLib - Fuzzy Control Language Library
It's about fuzzy logic ... the standard IEEC1131 describes a file format (.FCL) which defines a fuzzy control system which you can feed with input parameters and get the according outputs. The library lets you load and parse such a FCl file and creates a fuzzy logic instance of it which you can use ...
- Tue Apr 11, 2023 5:35 pm
- Forum: Announcement
- Topic: fclLib - Fuzzy Control Language Library
- Replies: 12
- Views: 2357
fclLib - Fuzzy Control Language Library
Hi,
I released my Fuzzy Control Language Library (fclLib) here:
https://sourceforge.net/projects/fcllib/files/
English and German README included there ...
Credits to
- CSHW89 for his PB Lexer/Parser Generator in the German forum
- Env for his logging module in the English forum
Enjoy
Otto
I released my Fuzzy Control Language Library (fclLib) here:
https://sourceforge.net/projects/fcllib/files/
English and German README included there ...
Credits to
- CSHW89 for his PB Lexer/Parser Generator in the German forum
- Env for his logging module in the English forum
Enjoy
Otto