From 8189116ea4b5db4675e31dfd04a5687d55e29262 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Tue, 6 May 2014 14:29:37 +0100 Subject: Added javadocs, made minor changes to the comments --- .../function/TravellingSalesmanFunctions.html | 357 +++++++++++++++++++++ 1 file changed, 357 insertions(+) create mode 100644 doc/jcgp/backend/function/TravellingSalesmanFunctions.html (limited to 'doc/jcgp/backend/function/TravellingSalesmanFunctions.html') diff --git a/doc/jcgp/backend/function/TravellingSalesmanFunctions.html b/doc/jcgp/backend/function/TravellingSalesmanFunctions.html new file mode 100644 index 0000000..fbc5b00 --- /dev/null +++ b/doc/jcgp/backend/function/TravellingSalesmanFunctions.html @@ -0,0 +1,357 @@ + + + + + +TravellingSalesmanFunctions + + + + + + + + +
+ + + + + + + +
+ + + +
+
jcgp.backend.function
+

Class TravellingSalesmanFunctions

+
+
+ +
+
    +
  • +
    +
    +
    public class TravellingSalesmanFunctions
    +extends FunctionSet
    +
    This class contains all travelling salesman functions in static nested classes. +
    + This is the function set to be used by TravellingSalesmanProblem.
    +
    +
    Author:
    +
    Eduardo Pedroni
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TravellingSalesmanFunctions

        +
        public TravellingSalesmanFunctions()
        +
        Creates a new instance of TravellingSalesmanFunctions.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + + + +
+ + + + -- cgit v1.2.3