|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProblemDomain | |
---|---|
AbstractClasses | |
BinPacking | |
Examples | |
FlowShop | |
PersonnelScheduling | |
SAT |
Uses of ProblemDomain in AbstractClasses |
---|
Methods in AbstractClasses with parameters of type ProblemDomain | |
---|---|
void |
HyperHeuristic.loadProblemDomain(ProblemDomain problemdomain)
Assigns the problem domain to be solved by this hyper-heuristic, when the run method is called. |
protected abstract void |
HyperHeuristic.solve(ProblemDomain problem)
Solves the instance of the problem domain which is provided as an argument. |
Uses of ProblemDomain in BinPacking |
---|
Subclasses of ProblemDomain in BinPacking | |
---|---|
class |
BinPacking
This class implements the Bin Packing problem domain. |
Uses of ProblemDomain in Examples |
---|
Methods in Examples with parameters of type ProblemDomain | |
---|---|
void |
ExampleHyperHeuristic2.solve(ProblemDomain problem)
This method defines the strategy of the hyper-heuristic |
void |
ExampleHyperHeuristic1.solve(ProblemDomain problem)
This method defines the strategy of the hyper-heuristic |
void |
ExampleHyperHeuristic3.solve(ProblemDomain problem)
This method defines the strategy of the hyper-heuristic |
Uses of ProblemDomain in FlowShop |
---|
Subclasses of ProblemDomain in FlowShop | |
---|---|
class |
FlowShop
Implements the permutation flow shop problem domain. |
Uses of ProblemDomain in PersonnelScheduling |
---|
Subclasses of ProblemDomain in PersonnelScheduling | |
---|---|
class |
PersonnelScheduling
|
Uses of ProblemDomain in SAT |
---|
Subclasses of ProblemDomain in SAT | |
---|---|
class |
SAT
This class implements the SAT problem domain. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |