SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.optimization.constrained.constraint

Interface Summary
Constraints A set of constraints for a (real-valued) optimization problem is a set of functions.
EqualityConstraints The domain of an optimization problem may be restricted by equality constraints.
GreaterThanConstraints The domain of an optimization problem may be restricted by greater-than or equal-to constraints.
LessThanConstraints The domain of an optimization problem may be restricted by less-than or equal-to constraints.
 

Class Summary
ConstraintsUtils These are the utility functions for manipulating Constraints.
 


SuanShu, a Java numerical and statistical library

Copyright © 2012 Numerical Method Inc. Ltd. All Rights Reserved.