Uses of Class
jline.opt.variables.DecisionVariable
Packages that use DecisionVariable
-
Uses of DecisionVariable in jline.opt
Methods in jline.opt that return types with arguments of type DecisionVariableModifier and TypeMethodDescriptionLineEvaluator.getFixedVariables()OptimizationProblem.getFixedVariables()LineEvaluator.getVariables()OptimizationProblem.getVariables()Methods in jline.opt with parameters of type DecisionVariableMethod parameters in jline.opt with type arguments of type DecisionVariableModifier and TypeMethodDescriptionOptimizationProblem.setFixedVariables(List<Pair<DecisionVariable, Object>> pairs) Constructor parameters in jline.opt with type arguments of type DecisionVariableModifierConstructorDescriptionLineEvaluator(LayeredNetwork lqnModel, List<DecisionVariable> variables, List<Pair<DecisionVariable, Object>> fixedVariables) LineEvaluator(Network model, List<DecisionVariable> variables, List<Pair<DecisionVariable, Object>> fixedVariables) -
Uses of DecisionVariable in jline.opt.decomposition
Fields in jline.opt.decomposition with type parameters of type DecisionVariableMethod parameters in jline.opt.decomposition with type arguments of type DecisionVariableModifier and TypeMethodDescriptionDecompositionWorkflow.addSubProblem(String name, List<DecisionVariable> variables, List<String> after) Constructor parameters in jline.opt.decomposition with type arguments of type DecisionVariableModifierConstructorDescriptionSubProblem(String name, String variableType, List<DecisionVariable> variables) -
Uses of DecisionVariable in jline.opt.variables
Subclasses of DecisionVariable in jline.opt.variablesModifier and TypeClassDescriptionclassOptimize the activity-level think time of an LQN Activity (continuous).classOptimize the priority of job classes.classOptimize the class-to-station mapping by rerouting a job class through a selected candidate station and bypassing the others, preserving default routing of every other class.classOptimize the mean host demand of an LQN Activity (continuous).classOptimize the fixed circulating population of a closed class.classAbstract base for LayeredNetwork (LQN) decision variables.classOptimize the multiplicity (core count) of an LQN Processor (integer).classOptimize the routing probabilities of a job class from a source node to a list of target nodes.classOptimize the number of servers at a station.classOptimize the exponential processing rate of a station for a job class.classOptimize the number of identical copies (replicas) of a station.classOptimize the multiplicity (thread/instance count) of an LQN Task (integer).classOptimize the replication (fan-out replicas) of an LQN Task (integer).classOptimize the think time of an LQN Task (continuous).