Safe Haskell | None |
---|
Algorithm Options for HTools
This module describes the parameters that influence the balancing algorithm in htools.
Synopsis
- data AlgorithmOptions = AlgorithmOptions {
- algDiskMoves :: Bool
- algInstanceMoves :: Bool
- algRestrictedMigration :: Bool
- algIgnoreSoftErrors :: Bool
- algEvacMode :: Bool
- algMinGain :: Double
- algMinGainLimit :: Double
- algCapacity :: Bool
- algCapacityIgnoreGroups :: [Gdx]
- algRestrictToNodes :: Maybe [String]
- algAcceptExisting :: Bool
- fromCLIOptions :: Options -> AlgorithmOptions
- defaultOptions :: AlgorithmOptions
Documentation
data AlgorithmOptions Source #
AlgorithmOptions | |
|
fromCLIOptions :: Options -> AlgorithmOptions Source #
Obtain the relevant algorithmic option from the commandline options
defaultOptions :: AlgorithmOptions Source #
Default options for the balancing algorithm