be.ac.ulg.montefiore.run.totem.repository.SAMTE.model
Class SAMTEParametersAnalyser.AnalyseReport

java.lang.Object
  extended by be.ac.ulg.montefiore.run.totem.repository.SAMTE.model.SAMTEParametersAnalyser.AnalyseReport
Enclosing class:
SAMTEParametersAnalyser

public class SAMTEParametersAnalyser.AnalyseReport
extends java.lang.Object


Constructor Summary
SAMTEParametersAnalyser.AnalyseReport(double paretoMinBound, double paretoMaxBound, double delta)
           
 
Method Summary
 void addSolution(SASolution sol, SAParameter param, double meanCost, double minCost, long meanTime)
           
 int findSolutionIdx(double cost)
           
 void printLatexReport(java.lang.String fileName)
           
 java.lang.String printLatexSolution(SAMTEParametersAnalyser.Solution sol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMTEParametersAnalyser.AnalyseReport

public SAMTEParametersAnalyser.AnalyseReport(double paretoMinBound,
                                             double paretoMaxBound,
                                             double delta)
Method Detail

findSolutionIdx

public int findSolutionIdx(double cost)

addSolution

public void addSolution(SASolution sol,
                        SAParameter param,
                        double meanCost,
                        double minCost,
                        long meanTime)

printLatexReport

public void printLatexReport(java.lang.String fileName)
                      throws java.io.IOException
Throws:
java.io.IOException

printLatexSolution

public java.lang.String printLatexSolution(SAMTEParametersAnalyser.Solution sol)


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