public class ModelFuzzySAP
extends java.lang.Object
ModelFuzzySAP is intended to generate a Fuzzy Rule Based System
(FRBS) model using an Simulate Annealing Algorithm and Programming (SAP).
This class makes used of the following classes:
FuzzyGAPModelIndividual: the individual to be learned
SimulatedAnnealing: to optimize following the SAP rules.
Detailed in:
L. Sánchez, I. Couso, J.A. Corrales. Combining GP Operators With SA Search To
Evolve Fuzzy Rule Based Classifiers. Information Sciences 136:1-4 (2001)
175-192.
| Constructor and Description |
|---|
ModelFuzzySAP() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
This public static method runs the algorithm that this class concerns with.
|