You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to tackle more interesting and deeper refactors in necessary to increase the coverage of the unit test so the changes can be made with a higher level of confidence.
The goal is to achieve at least 70-80% coverage in the package before starting any refactor in the affected package(s)
Progress:
libai.common
Matrix
libai.common.kernels
Gaussian
Linear
Polynomial
Sigmoidal
libai.common.functions
Identity
ArcTangent
Sigmoid
Sign
Sinc
SymmetricSign
Gaussian
HyperbolicTangent
libai.common.nn
NeuralNetwork
libai.common.nn.supervised
Adaline
LVQ
MLP
Perceptron
RVF
SVM
Hebb
libai.common.nn.unsupervised
Competitive
Hopfield
Kohonen
libai.search
BFS
DFS
A*
libai.fuzzy
Fuzzy Variable
Fuzzy Term
Antecedent
Consequent
Rule
Rule base
Knowledge base
Fuzzy Controller
libai.fuzzy.operators
Min
Max
Prod
Prob Or
libai.fuzzy.operators.accumulation
Sum
Max
libai.fuzzy.operators.activation
Mamdani
Larsen
libai.fuzzy.sets
Singleton
Trapezoid
Triangular
Rectangular
Left/Right Linear
Gaussian
Left/Right Gaussian
Pi shape
S shape
Z shape
libai.fuzzy.defuzzifiers
Center of Area
Center of Gravity
Mean of Maxima
libai.fuzzy.modifiers
Extremely
Intensify
More or less
Not
Plus
Somewhat
Very
libai.genetics
Engine
libai.genetics.chromosomes
Binary
Permutation
libai.classifiers.dataset
MySQLDataSet
TextFileDataSet
libai.classifiers.trees
C4.5
libai.classifiers.bayes
NaiveBayes
BayesianNetwork
libai.ants
Node
Graph
Environment
Ant
libai.ants.algorithms
AntColonySystem
AntQ
AntSystem
AntSystemRank
ElitistAntSystem
MMAS
The text was updated successfully, but these errors were encountered:
In order to tackle more interesting and deeper refactors in necessary to increase the coverage of the unit test so the changes can be made with a higher level of confidence.
The goal is to achieve at least 70-80% coverage in the package before starting any refactor in the affected package(s)
Progress:
The text was updated successfully, but these errors were encountered: