net.usa.rharder.tabusearch22
Interface TSNewCurrentSolutionListener


public interface TSNewCurrentSolutionListener

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

Since:
1.1
See Also:
TSTabuEvent, TSSolution

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

Method Detail

newCurrentSolutionFound

public void newCurrentSolutionFound(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