|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConstructionHeuristic in cz.cuni.mff.ksi.jinfer.iss.experiments |
---|
Methods in cz.cuni.mff.ksi.jinfer.iss.experiments that return ConstructionHeuristic | |
---|---|
ConstructionHeuristic |
ExperimentParameters.getConstructionHeuristic()
|
Constructors in cz.cuni.mff.ksi.jinfer.iss.experiments with parameters of type ConstructionHeuristic | |
---|---|
ExperimentParameters(InputFile file,
int poolSize,
double alpha,
double beta,
ConstructionHeuristic constructionHeuristic,
List<ImprovementHeuristic> improvementHeuristics,
QualityMeasurement measurement,
TerminationCriterion terminationCriterion)
Almost full constructor. |
|
ExperimentParameters(InputFile file,
int poolSize,
double alpha,
double beta,
Double knownOptimum,
ConstructionHeuristic constructionHeuristic,
List<ImprovementHeuristic> improvementHeuristics,
QualityMeasurement measurement,
TerminationCriterion terminationCriterion)
Full constructor. |
Uses of ConstructionHeuristic in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction |
---|
Classes in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction that implement ConstructionHeuristic | |
---|---|
class |
Fuzzy
This construction heuristics builds up the solution gradually by adding AMs. |
class |
Incremental
A simple construction heuristic. |
class |
Null
Null construction heuristics - returns nothing, an empty pool. |
class |
Random
A trivial construction heuristics. |
class |
Removal
A simple construction heuristic. |
Uses of ConstructionHeuristic in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax |
---|
Classes in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.fidax that implement ConstructionHeuristic | |
---|---|
class |
Fidax
Construction heuristic - encapsulation of the heuristic proposed in the "Finding ID Attributes in XML Documents" article. |
Uses of ConstructionHeuristic in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk |
---|
Classes in cz.cuni.mff.ksi.jinfer.iss.heuristics.construction.glpk that implement ConstructionHeuristic | |
---|---|
class |
Glpk
Construction heuristic - encapsulation of the GLPK approach to finding ID sets. |
|
jInfer | |||||||||
PREV NEXT | FRAMES NO FRAMES |