Forum Replies Created

Viewing 10 posts - 1 through 10 (of 472 total)
  • Author
    Posts
  • in reply to: Java Runtime error #6916

    Hi,

    I am sorry for late response. Your post was classified as spam and I had no visibility.

    I believe your problem is that String.valueOf(R.string.PEDALSPEED) is NOT actually pedalSpeed. Check that.

    Cheers,

    Juan

    in reply to: c++ code for interval type 2 fuzzy logic controller #6915

    Hi,

    No, Type-2 Controllers are not available in fuzzylite.

    in reply to: FLC compliance and FLL extensions #6914

    Hi,

    sorry for very late response. Your post was classified as spam and I had no visibility.

    Am I right in thinking that the FLC support is aiming to cover 100% of “IEC 1131 – PROGRAMMABLE CONTROLLERS
    Part 7 – Fuzzy Control Programming”?

    I am not sure what libraries have kept FLC up to date, what FLC is currently at, or what’s its future. It may be a “standard” and all you want, but I find it terribly inconvenient. The FLL is so much easier, more efficient, and more complete.

    If so, which version of the spec do you use? I have been able to find “Committee Draft CD 1.0 (Rel. 19 Jan 97)” online easily.

    Yes, that’s the same document I found online and used for reference, but it is from 1997! More than 20 years ago.

    Is there a later/better version that I should switch to?

    It depends what you are aiming for. Again, I don’t know what libraries use the FLC “standard”. I believe it has become irrelevant. Some people have proposed other “standards”, even some based on XML, which I find overly complicated and non-sense in today’s world. I put my bet on the FuzzyLite Language because it is so much better in many regards, just not a “standard”.

    Are there any known non-conformances/features which are not fully implemented in FuzzyLite?

    I believe FLL covers all the cases of FLC and more. If you use FLC in FuzzyLite, you will cripple some functionality of the FuzzyLite libraries.

    It is mentioned that FLL has some extensions to FLC. Are these identified anywhere? I would like to understand If a given feature is an FLL-specific extension versus something that comes from the FLC spec.

    The source code for FLC and FLL are well documented in the C++ and Java projects, please check their source code or visit fuzzylite.com/documentation

    It would be great to have all of this documented somewhere – one place is enough, whether it is a web page or Doxygen-generated docs. But I expect that will take time. Is it possible just to give the info here for quick dissemination in the meantime? (Apologies if some or all of it is already documented. I tried to visit all pages on the website and look through all the dirs in the downloads.)

    fuzzylite.com/documentation (Doxygen documentation)

    I apologise for such a late response.

    Cheers,

    Juan

    in reply to: Pyfuzzylite implementation #6913

    Hi,

    I am very sorry for such a late response. It was classified as spam and I had no visibility.

    Please take a look at the tests, where all the examples are run.

    Cheers,

    Juan

    in reply to: function in not loaded error #6912

    Hi,

    I am very sorry for such a late response. It was classified as spam and I had no visibility.

    The problem is that fl.Function(“LED2″,”le(Ambient,NormActivity)”,engine) does not load automatically, which is a bug. You have to load that function manually.

    
    led2 = fl.Function(“LED2″,”le(Ambient,NormActivity)”,engine)
    led2.load()
    # And then add into your controller.
    

    Cheers,

    Juan

    in reply to: std::bad_alloc Runtime error #6911

    Hi Daniele,

    I am very sorry for such a late response. It was classified as spam and I had no visibility.

    I think the best is to use fuzzylite with CMake, more information at github.com/fuzzylite/fuzzylite

    Cheers,

    Juan

    in reply to: R programming platform #6877

    Hi,

    In the examples folder of fuzzylite, all the examples have an associated R code.

    I do not have examples using RCPP.

    Cheers.

    in reply to: FuzzyLite for Python #6875

    Hi,

    the documentation is very similar to the general documentation of fuzzylite. Check: fuzzylite.com/documentation

    Cheers

    in reply to: FuzzyLite Use in Android #6873

    Hi Marco,

    the best way to deal with this is to analyse your controller behaviour using QtFuzzyLite.

    Cheers.

    in reply to: dont know how to install #6868

    Hi,

    the binaries are in subfolder QtFuzzyLite and fuzzylite.

    The FuzzyLite libraries are free. The QtFuzzyLite application is not.

    Cheers.

Viewing 10 posts - 1 through 10 (of 472 total)