Uses of Class
neqsim.process.util.optimizer.MonteCarloSimulator.TornadoEntry
Packages that use MonteCarloSimulator.TornadoEntry
Package
Description
Process optimization engine and constraint evaluation utilities.
-
Uses of MonteCarloSimulator.TornadoEntry in neqsim.process.util.optimizer
Fields in neqsim.process.util.optimizer with type parameters of type MonteCarloSimulator.TornadoEntryModifier and TypeFieldDescriptionprivate final List<MonteCarloSimulator.TornadoEntry> MonteCarloSimulator.MonteCarloResult.tornadoMethods in neqsim.process.util.optimizer that return types with arguments of type MonteCarloSimulator.TornadoEntryModifier and TypeMethodDescriptionprivate List<MonteCarloSimulator.TornadoEntry> MonteCarloSimulator.computeTornado()Computes tornado sensitivity by varying each parameter low/high while holding others at mode.MonteCarloSimulator.MonteCarloResult.getTornado()Gets the tornado sensitivity data, sorted by swing (descending).Constructor parameters in neqsim.process.util.optimizer with type arguments of type MonteCarloSimulator.TornadoEntryModifierConstructorDescription(package private)MonteCarloResult(String outputName, double[] sortedValues, int totalIterations, int successCount, int failCount, List<MonteCarloSimulator.TornadoEntry> tornado, List<MonteCarloSimulator.UncertainParameter> parameters) Creates a Monte Carlo result.