be.ac.ulg.montefiore.run.totem.repository.genericheuristics.simulatedAnnealing.model
Interface SAReportGenerator

All Known Implementing Classes:
BasicSAReportGenerator, GraphSAReportGenerator

public interface SAReportGenerator

A report generator is used to analyse the execution of the simulated annealing. The simulated annealing will produce a report by adding solution information defined by the current solution, the best solution, and the actual temperature.

Creation date: 19 nov. 2004 10:12:21

Author:
Simon Balon (balon@run.montefiore.ulg.ac.be)

Method Summary
 void addSolution(double presentSolutionCost, double bestSolutionCost, float Temperature)
           
 void save(java.lang.String FileName)
           
 

Method Detail

addSolution

void addSolution(double presentSolutionCost,
                 double bestSolutionCost,
                 float Temperature)

save

void save(java.lang.String FileName)
          throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.