Package | Description |
---|---|
dev.nm.solver.multivariate.constrained.general.penaltymethod |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
PenaltyFunction |
PenaltyMethodMinimizer.PenaltyFunctionFactory.getPenaltyFunction(ConstrainedOptimProblem problem)
Get an instance of the penalty function.
|
Constructor and Description |
---|
SumOfPenalties(PenaltyFunction... penalties)
Construct a sum-of-penalties penalty function from a set of penalty functions.
|
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.