greedy_initializationType: Value to select within {random} The type of initialization of the OSPF link weights
greedy_differenceInWeightToBeNeighbors: Default: 1 Two solutions where all the links have the same weight, but one link where the weight differs in the quantity given by this parameter, are considered neighbors
ospf_maxLinkWeight: Default: 16 OSPF link weights are constrained to be integers between 1 and this parameter
algorithm_randomSeed: Default: 1 Seed of the random number generator
algorithm_outputFileNameRoot: Default: ospfWeghtOptimization_greedy Root of the file name to be used in the output files. If blank, no output
algorithm_numSamples: Default: 100 Number of repetitions, returns the last, but prints in file all of them
ospf_weightOfMaxUtilizationInObjectiveFunction: Default: 0.9 Objective function is this factor multiplied by maximum link utilization, plus 1 minus this factor by average link utilization
|