Uses of Class
wGmdh.jGmdh.gui.GuiManager.SimulatedAnnealingRelocation.NeighboringConfigurationLayer

Packages that use GuiManager.SimulatedAnnealingRelocation.NeighboringConfigurationLayer
wGmdh.jGmdh.gui   
 

Uses of GuiManager.SimulatedAnnealingRelocation.NeighboringConfigurationLayer in wGmdh.jGmdh.gui
 

Methods in wGmdh.jGmdh.gui with parameters of type GuiManager.SimulatedAnnealingRelocation.NeighboringConfigurationLayer
protected  void GuiManager.SimulatedAnnealingRelocation.acceptNeighbor(GuiManager.SimulatedAnnealingRelocation.NeighboringConfigurationLayer nc)
          Accepts modification contained in nc
protected  double GuiManager.SimulatedAnnealingRelocation.costDifference(GuiManager.SimulatedAnnealingRelocation.NeighboringConfigurationLayer nc)
          Computes cost difference of 2 neigboring configurations.
protected  void GuiManager.SimulatedAnnealingRelocation.generateNeighbor(java.util.ArrayList<java.util.ArrayList<NodeGraphics>> config, int maxTranslation, int maxSpacingChange, GuiManager.SimulatedAnnealingRelocation.NeighboringConfigurationLayer newConfig)