public class Optimizer
extends java.lang.Object
Constructor and Description |
---|
Optimizer() |
Modifier and Type | Method and Description |
---|---|
static Path |
optimize(Graph g,
int maxiter)
Optimize a Path from a Graph
|
static Path |
optimize(Graph g,
int start,
int end,
int maxiter)
Optimize the Path defining the start point and end point
The graph is modified
|