net.usa.rharder.tabusearch22
Interface TSNewBestSolutionListener


public interface TSNewBestSolutionListener

An object that will listen for new best solutions to be found.

Since:
1.1
See Also:
TSTabuEvent, TSSolution

Method Summary
 void newBestSolutionFound(TSTabuEvent e)
          Called when a new best solution is found.
 

Method Detail

newBestSolutionFound

public void newBestSolutionFound(TSTabuEvent e)
Called when a new best solution is found.
Parameters:
e - The TSTabuEvent referencing the TSEngine that found the new best solution.
See Also:
TSTabuEvent