Hi Juan,
Before anything else, I would like to Thank for your efforts, they seem in the right direction.
I was trying to use qtFuzzyLite and couldn’t find where rules could be defined. I even loaded one of the examples, and while at first hand the rules were loaded, after pressing the “Process Rules” button, they disappeared. Then, the following message was presented for all the rules:
if Ambient is DARK then Power is ?
#[variable error] term <?> not found in variable <Power> {/src/variable/Variable.cpp::getTerm() [line:167]}
if Ambient is MEDIUM then Power is ?
#[variable error] term <?> not found in variable <Power> {/src/variable/Variable.cpp::getTerm() [line:167]}
if Ambient is BRIGHT then Power is ?
#[variable error] term <?> not found in variable <Power> {/src/variable/Variable.cpp::getTerm() [line:167]}
#---------------------------------------------
# Total rules: 3. Good Rules: 0. Bad Rules: 3.
Any idea on what is happening here? Thanks in advance.
Julio Rojas-Mora