jmetal.util
Class FPGAFitness

java.lang.Object
  extended by jmetal.util.FPGAFitness

public class FPGAFitness
extends java.lang.Object

This class implements facilities for calculating the fitness for the FPGA algorithm


Constructor Summary
FPGAFitness(SolutionSet solutionSet, Problem problem)
          Constructor.
 
Method Summary
 void fitnessAssign()
          Assign FPGA fitness to the solutions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FPGAFitness

public FPGAFitness(SolutionSet solutionSet,
                   Problem problem)
Constructor. Create a new instance of Spea2Fitness

Parameters:
solutionSet - The solutionSet to assign the fitness
problem - The problem to solve
Method Detail

fitnessAssign

public void fitnessAssign()
Assign FPGA fitness to the solutions. Similar to the SPEA2 fitness.