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 class
AbsoluteErrorPenalty
This penalty function sums up the absolute error penalties.class
CourantPenalty
This penalty function sums up the squared error penalties.class
FletcherPenalty
This penalty function sums up the squared costs penalties.class
MultiplierPenalty
A multiplier penalty function allows different weights to be assigned to the constraints.class
SumOfPenalties
This penalty function sums up the costs from a set of constituent penalty functions.class
ZeroPenalty
This 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 PenaltyFunction
PenaltyMethodMinimizer.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.
-