Uses of Interface
function.VariableBounds

Packages that use VariableBounds
diviner Provides functionality for measuring the level of promise of a design candidates. 
function Provides classes for scalar and vector-valued functions that operate on multi- dimensional double-valued data. 
model Provides classes that handle various kinds of approximation models, data fits, and so on. 
 

Uses of VariableBounds in diviner
 

Subinterfaces of VariableBounds in diviner
 interface BoundConstrainedDiviner
          Computes a figure of merit for sampling at some point, based on information obtained from an ApproxModel.
 interface InequalityConstrainedDiviner
          Diviner for inequality-constrained problems.
 interface MultiObjectiveDiviner
          A diviner that uses multiple objectives as measures of promise.
 

Classes in diviner that implement VariableBounds
 class BasicBoundConstrainedDiviner
          Implements basic functionality for BoundConstrainedDiviner.
 class BasicInequalityConstrainedDiviner
          Basic diviner for inequality-constrained problems.
 class BasicMultiObjectiveDiviner
           
 class ConstrainedEIDiviner
          Constrained version of the EIDiviner.
 class ConstrainedImprovementDiviner
          ImprovementDiviner for constrained problems.
 class ConstrainedMultiMetricDiviner
          Multi-metric diviner for constrained problems.
 class EIDiviner
          Implements an expected improvement BoundConstrainedDiviner.
 class ImprovementDiviner
          Focuses on various ways of divining merit using the posterior distribution at a point and some computation of improvement.
 class MultiMetricDiviner
          Uses multiple figures of merit to compute 'goodness' of a point for sampling.
 class PIDiviner
          Implements a diviner based on probability of improvement.
 class RiskDiviner
          Another way of trading performance and risk: quantify the risk as the probability of not achieving a given performance.
 class RiskPerfTradeDiviner
          BoundConstrainedDiviner that returns mean - k*stdDev.
 class RiskPerfTypeIDiviner
          Multiobjective diviner that uses mu and sigma as objectives to be simultaneously minimized.
 class RiskPerfTypeIIDiviner
          Multiobjective diviner that uses mu - k*sigma and sigma as objectives to be simultaneously minimized.
 class RiskPerfTypeIIIDiviner
          Multiobjective diviner that uses mu - k*sigma and mu as objectives to be simultaneously minimized.
 class RiskPerfTypeIVDiviner
          Multiobjective diviner that uses mu and -sigma as objectives to be simultaneously minimized.
 class RiskPerfTypeVDiviner
          Multiobjective diviner that uses mu - k*sigma and mu + k*sigma as objectives to be simultaneously minimized.
 

Uses of VariableBounds in function
 

Classes in function that implement VariableBounds
 class Rosenbrock
          Extended Rosenbrock function, defined for an even number of input dimensions.
 class RosenbrockLoFi
          Implements the Rosenbrock function minus one quadratic term.
 class VariableDomainScalarFunction
          Abstract class for scalar functions with variable input dimensionality.
 class VectorFunctionBuilder
          Compose a vector function out of individual ScalarFunctions and VectorFunctions.
static class WaveDragAxisymmetric.AreaRule
          Function for computing the wave-drag coefficient C_D_w of an axisymmetric body.
static class WaveDragAxisymmetric.CART3D
           
static class WaveDragAxisymmetric.MaxRadiusConstraint
          Computes the constraint violation for the max-radius case.
static class WaveDragAxisymmetric.MaxRadiusLoFi
          Uses a simplistic way to compute the radius constraint violations.
static class WaveDragAxisymmetric.MaxVolumeConstraint
          Computes the volume constraint violation of a given body.
static class WaveDragAxisymmetric.MaxVolumeLoFi
           
static class WaveDragAxisymmetric.Panair
          Runs PANAIR to compute the wave drag of these axisymmetric bodies.
static class WaveDragAxisymmetric.PanairShevell
          Extension of WaveDragAxisymmetric.Panair to run on shevell.
 

Uses of VariableBounds in model
 

Subinterfaces of VariableBounds in model
 interface ApproxModel
          Extends the DataFit interface by supporting methods that compute the uncertainty at a point in addition to a value.
 interface DataFit
          A DataFit is a ScalarFunction that also provides the VariableInputDimension and VariableBounds interfaces, thereby allowing its DEFAULT_BOUNDS and dimensionality to be modified.
 interface TwoFidelityApproxModel
          Fits an approximate model to the difference between given data and a low-order approximation of the oracle that generated that data.
 

Classes in model that implement VariableBounds
 class BasicApproxModel
          Basic implementation of the methods in ApproxModel.
 class BasicTwoFidelityModel
          Basic two-fidelity approximation model, using an additive surrogate correction.
 class GPRegression
          Creation process: Set tau (compulsory), set prior mean and covariance, set bounds, init().
 class PenaltyFunctionModel
          Computes mean and variance for an external penalty function augmented Lagrangian.