net.sf.myra.framework
Interface LocalSearch
- All Known Implementing Classes:
- CompoundLocalSearch
public interface LocalSearch
This interface represents a local search method, which aims to improve a
trail (solution) by perfoming local changes.
- Version:
- $Revision$ $Date:: $
- Author:
- Fernando Esteban Barril Otero
Method Summary |
Trail |
explore(Trail trail)
Returns an improved trail based on the exploration of neighborhood
trails. |
explore
Trail explore(Trail trail)
- Returns an improved trail based on the exploration of neighborhood
trails. If none can be found, retuns the original trail.
- Parameters:
trail
- the trail (solution) to explore.
- Returns:
- an improved trail based on the exploration of neighborhood
trails.
Copyright © 2013. All Rights Reserved.