Safe Haskell | Safe-Infered |
---|
Algorithm Options for HTools
This module describes the parameters that influence the balancing algorithm in htools.
- data AlgorithmOptions = AlgorithmOptions {
- algDiskMoves :: Bool
- algInstanceMoves :: Bool
- algRestrictedMigration :: Bool
- algIgnoreSoftErrors :: Bool
- algEvacMode :: Bool
- algMinGain :: Double
- algMinGainLimit :: Double
- fromCLIOptions :: Options -> AlgorithmOptions
- defaultOptions :: AlgorithmOptions
Documentation
data AlgorithmOptions Source
AlgorithmOptions | |
|
fromCLIOptions :: Options -> AlgorithmOptionsSource
Obtain the relevant algorithmic option from the commandline options
defaultOptions :: AlgorithmOptionsSource
Default options for the balancing algorithm