,kk_sigma::(Int->Double)-- ^ The base standard deviation of position
,kk_sigma::(Int->Double)-- ^ The base standard deviation of
-- change proposals
-- position change proposals
,kk_startTemp::!Double-- ^ The initial temperature for the annealing
,kk_startTemp::!Double-- ^ The initial temperature for the annealing
,kk_coolFact::!Double-- ^ The cooling factor for the simulated annealing
,kk_coolFact::!Double-- ^ The cooling factor for the simulated annealing
,kk_const::(Int->Double)-- ^ The Kamada-Kawai vertex attraction constant
,kk_const::(Int->Double)-- ^ The Kamada-Kawai vertex attraction constant
}
}
|LGL-- ^ the Large Graph Layout algorithm
|LGL{lgl_nIter::!Int
{lgl_nIter::!Int
,lgl_maxdelta::(Int->Double)-- ^ The maximum length of the move allowed
,lgl_maxdelta::(Int->Double)-- ^ The maximum length of the move allowed for
-- for a vertex in a single iteration. A reasonable default is the number of vertices.
-- a vertex in a single iteration.
,lgl_area::(Int->Double)-- ^ This parameter gives the area
-- A reasonable default is the number of vertices.
-- of the square on which the vertices will be placed. A reasonable
,lgl_area::(Int->Double)-- ^ This parameter gives the area of the square
-- default value is the number of vertices squared.
-- on which the vertices will be placed. A reasonable
,lgl_coolexp::!Double-- ^ The cooling exponent. A reasonable default value is 1.5.
-- default value is the number of vertices squared.
,lgl_repulserad::(Int->Double)-- ^ Determines the radius at which
,lgl_coolexp::!Double-- ^ The cooling exponent. A reasonable default value is 1.5.
-- vertex-vertex repulsion cancels out attraction of adjacent vertices.
,lgl_repulserad::(Int->Double)-- ^ Determines the radius at which vertex-vertex repulsion cancels out attraction of adjacent vertices. A reasonable default value is area times the number of vertices.
-- A reasonable default value is area times the number of vertices.