com.mancrd.ahah.samples.combinatorial
Class TravelingSalesman

java.lang.Object
  extended by com.mancrd.ahah.samples.combinatorial.TravelingSalesman
All Implemented Interfaces:
Valuator

public class TravelingSalesman
extends Object
implements Valuator

Author:
alexnugent

Constructor Summary
TravelingSalesman(int numCities)
          Constructor
 
Method Summary
 float getConfigValue(boolean[] path)
           
 int getMaxBitLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelingSalesman

public TravelingSalesman(int numCities)
Constructor

Parameters:
numCities -
Method Detail

getMaxBitLength

public int getMaxBitLength()
Specified by:
getMaxBitLength in interface Valuator

getConfigValue

public float getConfigValue(boolean[] path)
Specified by:
getConfigValue in interface Valuator


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.