GitClassic
Feed
Explore
Random
Go Pro
Sign in
sorend
/
fylearn
Code
/
Commits
/ a5576aa
Feature/other (#31)
* change to uv * add anfis * use makefile for building * bumped dependencies * fix versioning to work with uv * updated scipy dependency * o'hagan meowa operator * ci: install uv in github actions workflow * tests on 3.12, 3.13, 3.14-dev * vectorization * fix fpt
Søren A D
committed on Jan 12, 2026, 09:10 PM
Showing
26
changed files
+1609 additions
-475 deletions
D
.ci/versioning.py
-35
A
.github/renovate.json
+23
M
.github/workflows/build.yml
+10
-7
A
.github/workflows/renovate.yml
+23
M
.gitignore
+2
D
.python-version
-1
M
Makefile
+10
-18
M
fylearn/__init__.py
+5
-2
A
fylearn/anfis.py
+268
M
fylearn/fpcga.py
+81
-61
M
fylearn/fpt.py
+139
-86
M
fylearn/frr.py
+31
-25
M
fylearn/fuzzylogic.py
+108
-30
M
fylearn/ga.py
+106
-58
M
fylearn/jaya.py
+13
-8
M
fylearn/local_search.py
+41
-20
M
fylearn/nfpc.py
+80
-47
M
fylearn/rafpc.py
+64
-38
M
fylearn/tlbo.py
+13
-8
M
pyproject.toml
+35
-7
M
setup.cfg
+3
-1
A
tests/test_anfis.py
+42
M
tests/test_ga.py
+23
-21
M
tests/test_garules.py
+1
-1
M
tests/test_nfpc.py
+1
-1
A
uv.lock
+487
Browse files at this commit →