jmetal.encodings.solutionType
Class PermutationSolutionType

java.lang.Object
  extended by jmetal.core.SolutionType
      extended by jmetal.encodings.solutionType.PermutationSolutionType

public class PermutationSolutionType
extends SolutionType

Class representing the solution type of solutions composed of Permutation variables


Field Summary
 
Fields inherited from class jmetal.core.SolutionType
problem_
 
Constructor Summary
PermutationSolutionType(Problem problem)
          Constructor
 
Method Summary
 Variable[] createVariables()
          Creates the variables of the solution
 
Methods inherited from class jmetal.core.SolutionType
copyVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermutationSolutionType

public PermutationSolutionType(Problem problem)
Constructor

Parameters:
problem - Problem to solve
Method Detail

createVariables

public Variable[] createVariables()
Creates the variables of the solution

Specified by:
createVariables in class SolutionType