View Single Post
  #1 (permalink)  
Old April 20th, 2007, 09:17 AM
picoBrain picoBrain is offline
Registered User
 
Join Date: Apr 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Fuzzy control system

I'm interested in fuzzy logic, precisely in fuzzy control systems.

At this moment i need help to create, in C/C++/C# language, an engine to generate fuzzy rules in automatic.

In a first moment i think the follow:

i have a set of fuzzy rules like IF antecedent THEN consequent that i can put in a database and read it to evaluate the rules. But i want to generate the rules with another engine that work withot some kind of database's rules: it must generate fuzzy rules (IF ... THEN ...) by itself. Is possible ? If is it possible, suggest me the programming tecnique that i must use.

Tnx to all.

Reply With Quote