Package scratch.scott.optimization

Provides a set of general optimization algorithms that can be used towards network problems.

See:
          Description

Interface Summary
Configuration Interface used by SimulatedAnnealer which represents the current best solution found during a search.
 

Class Summary
SimulatedAnnealer A general implementation of simulated annealing.
TestSimulatedAnnealer  
 

Package scratch.scott.optimization Description

Provides a set of general optimization algorithms that can be used towards network problems.