Package org.opt4j.tutorial.salesman
Class SalesmanCreator
java.lang.Object
org.opt4j.tutorial.salesman.SalesmanCreator
- All Implemented Interfaces:
Creator<PermutationGenotype<SalesmanProblem.City>>
public class SalesmanCreator
extends Object
implements Creator<PermutationGenotype<SalesmanProblem.City>>
-
Constructor Details
-
SalesmanCreator
-
-
Method Details
-
create
Description copied from interface:Creator
Creates a randomGenotype
.- Specified by:
create
in interfaceCreator<PermutationGenotype<SalesmanProblem.City>>
- Returns:
- the created genotype
-