Uses of Class
dev.nm.solver.multivariate.constrained.general.penaltymethod.PenaltyFunction
-
Packages that use PenaltyFunction Package Description dev.nm.solver.multivariate.constrained.general.penaltymethod -
-
Uses of PenaltyFunction in dev.nm.solver.multivariate.constrained.general.penaltymethod
Subclasses of PenaltyFunction in dev.nm.solver.multivariate.constrained.general.penaltymethod Modifier and Type Class Description classAbsoluteErrorPenaltyThis penalty function sums up the absolute error penalties.classCourantPenaltyThis penalty function sums up the squared error penalties.classFletcherPenaltyThis penalty function sums up the squared costs penalties.classMultiplierPenaltyA multiplier penalty function allows different weights to be assigned to the constraints.classSumOfPenaltiesThis penalty function sums up the costs from a set of constituent penalty functions.classZeroPenaltyThis is a dummy zero cost (no cost) penalty function.Methods in dev.nm.solver.multivariate.constrained.general.penaltymethod that return PenaltyFunction Modifier and Type Method Description PenaltyFunctionPenaltyMethodMinimizer.PenaltyFunctionFactory. getPenaltyFunction(ConstrainedOptimProblem problem)Get an instance of the penalty function.Constructors in dev.nm.solver.multivariate.constrained.general.penaltymethod with parameters of type PenaltyFunction Constructor Description SumOfPenalties(PenaltyFunction... penalties)Construct a sum-of-penalties penalty function from a set of penalty functions.
-