Skip to content

Numerical experiments for my paper published in FUZZ-IEEE 2023

Notifications You must be signed in to change notification settings

lucaferranti/fuzzieee2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FuzzyLogic.jl experiments for FUZZ-IEEE 2023

This repository contains the codes for the experiments in the paper FuzzyLogic.jl: a Flexible Library for Efficient and Productive Fuzzy Inference to be presented at the conference fuzzieee 2023.

Setup

  1. If you haven't already install Julia. The recommended way is via juliaup.
  2. Open a terminal in the directory of this repository and run julia --project. This will start a julia session and activate the current environment.
  3. The very first time you run these experiments, you will probably need to install the dependencies, to do so run
import Pkg. Pkg.instantiate()
  1. You are now setup! Each experiment from the paper is in its own folder ('tipper', 'denoise', 'wall_robot'). You can run a file from the REPL by doing include("file_name.jl")

About

Numerical experiments for my paper published in FUZZ-IEEE 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published