8000 GitHub - yiivon/FLC: Fuzzy Logic Control Javascript
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yiivon/FLC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FLC (with visualizer)

Fuzzy Logic Control

Install & Usage

Nodejs

yarn add flc or npm install flc

Browser, need abover v86.0

Examples

Nodejs

const FLC = require('FLC');

let flc = new FLC({
	inputs: [],
	
	});


// or
flc.configurate({});

Browser

// ES6

const {FLC} = import('flc.js');
let flc = new FLC({method: ''});

flc.inputVariants();

flc.outputVariants();

About

Fuzzy Logic Control Javascript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0