Anylogic software allows the execution of .JAR classes. JFuzzyLogic is an open source library that implements Fuzzy logic. The desire is to use Anylogic by implementing Fuzzy logic in an easy way. Is the FuzzyLogic library the most suitable tool? Is it possible to dynamically display the FUZZY chart within Anylogic?
How to read a .FIS file (MATHLAB) in Anylogic and perform FUZZY modeling using jFuzzyLogic.FIS?
149 Views Asked by Marcelo George de Castro At
1
There are 1 best solutions below
Related Questions in ANYLOGIC
- Connecting to a MySQL db with the anylogic objects
- Convert ESRI Shapefile to (lat, long) points for each region
- Anylogic: Local Database Connection
- Dynamically Changing Distribution in AnyLogic
- Can I split a single agent into multiple ones in an AnyLogic split component?
- AnyLogic, custom resource choice among resource sets
- How to open an agent' view area on startup?
- How to duplicate a population of agents
- about depicting a variable (Sum) in Anylogic
- Getting the current Experiment instance at runtime
- Calculating the area of a shapefile
- Marking an Agent as abstract?
- Change @author name in AnyLogic
- How to declare a sort function in Java / Anylogic?
- A question about seizing more than one ressource in Anylogic
Related Questions in FUZZY
- Genetic learn fuzzy systems
- How to convert numeric words into numeric in python
- Java library for Fuzzy Full-Text Search
- Comparing two data structures for similarties
- fuzzy merging two tables postgresql
- Fuzzy set addition and squaring
- Correcting mistakes in strings based on array of similar strings
- TSQL grouping on fuzzy column
- How to calculate score in fuzzy string matching?
- Matching fuzzy strings
- How to do overlapping cluster analysis in Matlab or R?
- Order-independent fuzzy matching of "Firstname Lastname"/"Lastname Firstname" in R?
- How can plain string comparison be made less error prone?
- Issue running the RESTler image from docker hub (proc/1/stat error related)
- How to configure sorted fuzzy search without fuzzy operand in the query in SOLR
Related Questions in JFUZZYLOGIC
- how to create jFuzzylogic project in eclipse
- how to create fcl project in eclipse
- How to run JFuzzyLogic in Eclipse
- How to import and use the FuzzyLogic library/package "JFML" in AnyLogic?
- Use JFuzzyLogic and android app
- Running a libraby for fuzzy logic classification (jfuzzylogic) on Android?
- Java JFuzzyLogic sourceforge running demos
- Error loading fcl file in servlet
- Exception evaluating fcl file
- What is the avilability defuzzification methods in JFuzzyLogic
- In fuzzy logic, how can I add membership functions for different perspectives?
- Fcl file can be supported by Android tablet?
- Can the fuzzy rules in a function block have as antecedents the outputs of another function block?
- Error returning jFuzzyLogic result as double value
- How to increase the limitation of Jfuzzylogic "rules"?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
That's a subjective question which I don't think StackOverflow can answer. But, yes, there is no fuzzy logic functionality built into AnyLogic and you can use any external Java libraries.
If the library uses Java Swing to create the chart in a window then it should work on desktop AnyLogic, but not if run in the Anylogic Cloud (easiest just to try it). But, because the animation of AnyLogic models (since AnyLogic 8.3) occurs in an embedded Web browser and not using Java Swing, you wouldn't be able to 'integrate' any such chart windows with the main AnyLogic model animation/UI.