Uses of Class
at.dms.kjc.common.SimulatedAnnealing

Packages that use SimulatedAnnealing
at.dms.kjc.backendSupport Package documentation for at.dms.kjc.backendSupport 
at.dms.kjc.cell   
at.dms.kjc.spacetime   
 

Uses of SimulatedAnnealing in at.dms.kjc.backendSupport
 

Subclasses of SimulatedAnnealing in at.dms.kjc.backendSupport
 class NoSWPipeLayout<T extends ComputeNode,Ts extends ComputeNodesI>
           
 

Uses of SimulatedAnnealing in at.dms.kjc.cell
 

Subclasses of SimulatedAnnealing in at.dms.kjc.cell
 class CellNoSWPipeLayout
          Subclass of NoSWPipeLayout that keeps all I/O filters on PPU and all non-I/O filtrers on SPUs
 

Uses of SimulatedAnnealing in at.dms.kjc.spacetime
 

Subclasses of SimulatedAnnealing in at.dms.kjc.spacetime
 class AnnealedGreedyLayout
          An experimental class that tries to optimize the data-reordering stage of the greedy layout.
 class AnnealedLayout
          This class calculates the assignment of filters of slices to tiles of the Raw chip by using simulated annealing.