home Forums # Technical Support Implementation of new code

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #6346
    Unknown
    Member

    Hi all,
    I am completely a beginner to fuzzylite. I want to implement a new cpp code and add it to fuzzylite. How can I make this possible? Can anyone please help me? Expecting reply. Thanking in advance.

    #6347

    Hi,

    the best place to start is with QtFuzzyLite, where you can design and operate fuzzy logic controllers and export them to C++, Java, and more. It is available in http://www.fuzzylite.com/downloads, under the folder QtFuzzyLite.

    Cheers,

    Juan.

    #6348
    Unknown
    Member

    Sir,
    I downloaded fuzzylite from the same link and I have a folder named Qtfuzzylite and in that, I have its executable file. I run that and tipper program is executing by default. I want to create my own cpp engine and to run it instead of this program. How can I make that possible? Expecting your reply. Thank You.

    #6349

    To do your own engine, you need to purchase a license. Please check http://www.fuzzylite.com/downloads for more information.

    Cheers.

    #6350
    Unknown
    Member

    So without buying a license, I cannot implement my own fuzzy code? Can I make editings to the existing code?

    #6351

    You can use the fuzzylite libraries for free. You can check them out here: https://github.com/fuzzylite/fuzzylite

    QtFuzzyLite lets you visually design, operate, export and import fuzzy controllers, which is easier than coding them using the fuzzylite libraries. Your choice.

    Cheers.

    #6352
    Unknown
    Member

    I tried to import fuzzy controllers but the import option was not working. That’s why I came up with this question. Can you please help me with that?

    #6354

    In QtFuzzyLite, importing engines is part of the licensed version, not the demo version.

    Please check the documentation of Importer at: https://fuzzylite.com/documentation

    Also check https://github.com/fuzzylite/fuzzylite for instructions on doing it from console.

    Cheers.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.