|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opt4j.tutorial.salesman.SalesmanCreator
public class SalesmanCreator
| Field Summary | |
|---|---|
protected SalesmanProblem |
problem
|
| Constructor Summary | |
|---|---|
SalesmanCreator(SalesmanProblem problem)
|
|
| Method Summary | |
|---|---|
org.opt4j.core.genotype.PermutationGenotype<SalesmanProblem.City> |
create()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final SalesmanProblem problem
| Constructor Detail |
|---|
@Inject public SalesmanCreator(SalesmanProblem problem)
| Method Detail |
|---|
public org.opt4j.core.genotype.PermutationGenotype<SalesmanProblem.City> create()
create in interface org.opt4j.core.problem.Creator<org.opt4j.core.genotype.PermutationGenotype<SalesmanProblem.City>>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||