B C D E G H L M O S T U 
All Classes All Packages

B

barycentre(Set<City>) - Static method in class org.apache.commons.math4.examples.sofm.tsp.City
Computes the barycentre of all city locations.

C

call() - Method in class org.apache.commons.math4.examples.sofm.tsp.StandAlone
 
City - Class in org.apache.commons.math4.examples.sofm.tsp
A city, represented by a name and two-dimensional coordinates.
City(String, double, double) - Constructor for class org.apache.commons.math4.examples.sofm.tsp.City
 
closest(double, double, Set<City>) - Static method in class org.apache.commons.math4.examples.sofm.tsp.City
 

D

distance(double, double) - Method in class org.apache.commons.math4.examples.sofm.tsp.City
Computes the distance between this city and the given point.

E

equals(Object) - Method in class org.apache.commons.math4.examples.sofm.tsp.City

G

getCoordinates() - Method in class org.apache.commons.math4.examples.sofm.tsp.City
 
getCoordinatesList() - Method in class org.apache.commons.math4.examples.sofm.tsp.TravellingSalesmanSolver
 
getName() - Method in class org.apache.commons.math4.examples.sofm.tsp.City
 

H

hashCode() - Method in class org.apache.commons.math4.examples.sofm.tsp.City

L

largestDistance(double, double, Set<City>) - Static method in class org.apache.commons.math4.examples.sofm.tsp.City
Computes the largest distance between the point at coordinates (x, y) and any of the cities.

M

main(String[]) - Static method in class org.apache.commons.math4.examples.sofm.tsp.StandAlone
Program entry point.

O

org.apache.commons.math4.examples.sofm.tsp - package org.apache.commons.math4.examples.sofm.tsp
Traveling Salesman Problem.

S

solve(City[], double, long, int, UniformRandomProvider) - Static method in class org.apache.commons.math4.examples.sofm.tsp.TravellingSalesmanSolver
 
StandAlone - Class in org.apache.commons.math4.examples.sofm.tsp
Application class.
StandAlone() - Constructor for class org.apache.commons.math4.examples.sofm.tsp.StandAlone
 

T

toString() - Method in class org.apache.commons.math4.examples.sofm.tsp.City
TravellingSalesmanSolver - Class in org.apache.commons.math4.examples.sofm.tsp

U

unique(City[]) - Static method in class org.apache.commons.math4.examples.sofm.tsp.City
 
B C D E G H L M O S T U 
All Classes All Packages